Shades of Conifer #AEE84D
Tints of Conifer #AEE84D
RGB
CMYK
RGB Variations
Color information
#AEE84D (or 0xAEE84D) is known color: Conifer. HEX triplet: AE, E8 and 4D. RGB value is (174,232,77). Sum of RGB (Red+Green+Blue) = 174+232+77=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE84D is #5117B2. Grayscale: #C5C5C5. Windows color (decimal): -5314483 or 5105838. OLE color: 5105838.
HSL color Cylindrical-coordinate representation of color #AEE84D: hue angle of 82.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEE84D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 77 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.09 |
| HSL | 82.45º | 0.77% | 0.61% | - |
| HSV(B) | 82.45º | 0.67% | 0.91% | - |
| XYZ | 47.65 | 67.25 | 17.49 | - |
| YUV | 196.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 77 | 0.25 | 0 | 0.67 | 0.09 | 82.45 | 0.77 | 0.61 |
| Hex | AE | E8 | 4D | 19 | 0 | 43 | 9 | 52 | 4D | 3D |
| Octal | 256 | 350 | 115 | 31 | 0 | 103 | 11 | 122 | 115 | 75 |
| Binary | 10101110 | 11101000 | 1001101 | 11001 | 0 | 1000011 | 1001 | 1010010 | 1001101 | 111101 |
Color Harmonies of #AEE84D
Complementary color
Monochromatic Colors of #AEE84D
Black with #AEE84D
Text Example
Text Example
White with #AEE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE84D; }
p { color: rgb(174,232,77); }
H1.HeaderClassName
{
color: #AEE84D;
}
.AnyTagClassName
{
color: #AEE84D;
}
</style>
background-color css
<style>
a { background-color: #AEE84D; }
a { background-color: rgb(174,232,77); }
div.DivClassName
{
background-color: #AEE84D;
}
.BgClassName
{
background-color: #AEE84D;
}
</style>
border-color css
<style>
span { border-color: #AEE84D; }
span { border-color: rgb(174,232,77); }
td.TdClassName
{
border-color: #AEE84D;
}
.TagClassName
{
border-color: #AEE84D;
}
</style>