Shades of Conifer #AEE466
Tints of Conifer #AEE466
RGB
CMYK
RGB Variations
Color information
#AEE466 (or 0xAEE466) is known color: Conifer. HEX triplet: AE, E4 and 66. RGB value is (174,228,102). Sum of RGB (Red+Green+Blue) = 174+228+102=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE466 is #511B99. Grayscale: #C5C5C5. Windows color (decimal): -5315482 or 6743214. OLE color: 6743214.
HSL color Cylindrical-coordinate representation of color #AEE466: hue angle of 85.71º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEE466 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 102 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.11 |
| HSL | 85.71º | 0.7% | 0.65% | - |
| HSV(B) | 85.71º | 0.55% | 0.89% | - |
| XYZ | 47.6 | 65.44 | 22.69 | - |
| YUV | 197.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 102 | 0.24 | 0 | 0.55 | 0.11 | 85.71 | 0.7 | 0.65 |
| Hex | AE | E4 | 66 | 18 | 0 | 37 | B | 56 | 46 | 41 |
| Octal | 256 | 344 | 146 | 30 | 0 | 67 | 13 | 126 | 106 | 101 |
| Binary | 10101110 | 11100100 | 1100110 | 11000 | 0 | 110111 | 1011 | 1010110 | 1000110 | 1000001 |
Color Harmonies of #AEE466
Complementary color
Monochromatic Colors of #AEE466
Black with #AEE466
Text Example
Text Example
White with #AEE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE466; }
p { color: rgb(174,228,102); }
H1.HeaderClassName
{
color: #AEE466;
}
.AnyTagClassName
{
color: #AEE466;
}
</style>
background-color css
<style>
a { background-color: #AEE466; }
a { background-color: rgb(174,228,102); }
div.DivClassName
{
background-color: #AEE466;
}
.BgClassName
{
background-color: #AEE466;
}
</style>
border-color css
<style>
span { border-color: #AEE466; }
span { border-color: rgb(174,228,102); }
td.TdClassName
{
border-color: #AEE466;
}
.TagClassName
{
border-color: #AEE466;
}
</style>