Shades of Conifer #AEE566
Tints of Conifer #AEE566
RGB
CMYK
RGB Variations
Color information
#AEE566 (or 0xAEE566) is known color: Conifer. HEX triplet: AE, E5 and 66. RGB value is (174,229,102). Sum of RGB (Red+Green+Blue) = 174+229+102=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE566 is #511A99. Grayscale: #C6C6C6. Windows color (decimal): -5315226 or 6743470. OLE color: 6743470.
HSL color Cylindrical-coordinate representation of color #AEE566: hue angle of 85.98º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEE566 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 102 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.10 |
| HSL | 85.98º | 0.71% | 0.65% | - |
| HSV(B) | 85.98º | 0.55% | 0.9% | - |
| XYZ | 47.87 | 66 | 22.79 | - |
| YUV | 198.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 102 | 0.24 | 0 | 0.55 | 0.10 | 85.98 | 0.71 | 0.65 |
| Hex | AE | E5 | 66 | 18 | 0 | 37 | A | 56 | 47 | 41 |
| Octal | 256 | 345 | 146 | 30 | 0 | 67 | 12 | 126 | 107 | 101 |
| Binary | 10101110 | 11100101 | 1100110 | 11000 | 0 | 110111 | 1010 | 1010110 | 1000111 | 1000001 |
Color Harmonies of #AEE566
Complementary color
Monochromatic Colors of #AEE566
Black with #AEE566
Text Example
Text Example
White with #AEE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE566; }
p { color: rgb(174,229,102); }
H1.HeaderClassName
{
color: #AEE566;
}
.AnyTagClassName
{
color: #AEE566;
}
</style>
background-color css
<style>
a { background-color: #AEE566; }
a { background-color: rgb(174,229,102); }
div.DivClassName
{
background-color: #AEE566;
}
.BgClassName
{
background-color: #AEE566;
}
</style>
border-color css
<style>
span { border-color: #AEE566; }
span { border-color: rgb(174,229,102); }
td.TdClassName
{
border-color: #AEE566;
}
.TagClassName
{
border-color: #AEE566;
}
</style>