Shades of Conifer #AEE73D
Tints of Conifer #AEE73D
RGB
CMYK
RGB Variations
Color information
#AEE73D (or 0xAEE73D) is known color: Conifer. HEX triplet: AE, E7 and 3D. RGB value is (174,231,61). Sum of RGB (Red+Green+Blue) = 174+231+61=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE73D is #5118C2. Grayscale: #C3C3C3. Windows color (decimal): -5314755 or 4057006. OLE color: 4057006.
HSL color Cylindrical-coordinate representation of color #AEE73D: hue angle of 80.12º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEE73D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 231 | 61 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.09 |
| HSL | 80.12º | 0.78% | 0.57% | - |
| HSV(B) | 80.12º | 0.74% | 0.91% | - |
| XYZ | 46.87 | 66.49 | 14.78 | - |
| YUV | 194.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 61 | 0.25 | 0 | 0.74 | 0.09 | 80.12 | 0.78 | 0.57 |
| Hex | AE | E7 | 3D | 19 | 0 | 4A | 9 | 50 | 4E | 39 |
| Octal | 256 | 347 | 75 | 31 | 0 | 112 | 11 | 120 | 116 | 71 |
| Binary | 10101110 | 11100111 | 111101 | 11001 | 0 | 1001010 | 1001 | 1010000 | 1001110 | 111001 |
Color Harmonies of #AEE73D
Complementary color
Monochromatic Colors of #AEE73D
Black with #AEE73D
Text Example
Text Example
White with #AEE73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE73D; }
p { color: rgb(174,231,61); }
H1.HeaderClassName
{
color: #AEE73D;
}
.AnyTagClassName
{
color: #AEE73D;
}
</style>
background-color css
<style>
a { background-color: #AEE73D; }
a { background-color: rgb(174,231,61); }
div.DivClassName
{
background-color: #AEE73D;
}
.BgClassName
{
background-color: #AEE73D;
}
</style>
border-color css
<style>
span { border-color: #AEE73D; }
span { border-color: rgb(174,231,61); }
td.TdClassName
{
border-color: #AEE73D;
}
.TagClassName
{
border-color: #AEE73D;
}
</style>