Shades of Conifer #AEE063
Tints of Conifer #AEE063
RGB
CMYK
RGB Variations
Color information
#AEE063 (or 0xAEE063) is known color: Conifer. HEX triplet: AE, E0 and 63. RGB value is (174,224,99). Sum of RGB (Red+Green+Blue) = 174+224+99=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE063 is #511F9C. Grayscale: #C3C3C3. Windows color (decimal): -5316509 or 6545582. OLE color: 6545582.
HSL color Cylindrical-coordinate representation of color #AEE063: hue angle of 84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEE063 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 99 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.12 |
| HSL | 84º | 0.67% | 0.63% | - |
| HSV(B) | 84º | 0.56% | 0.88% | - |
| XYZ | 46.36 | 63.21 | 21.56 | - |
| YUV | 194.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 99 | 0.22 | 0 | 0.56 | 0.12 | 84 | 0.67 | 0.63 |
| Hex | AE | E0 | 63 | 16 | 0 | 38 | C | 54 | 43 | 3F |
| Octal | 256 | 340 | 143 | 26 | 0 | 70 | 14 | 124 | 103 | 77 |
| Binary | 10101110 | 11100000 | 1100011 | 10110 | 0 | 111000 | 1100 | 1010100 | 1000011 | 111111 |
Color Harmonies of #AEE063
Complementary color
Monochromatic Colors of #AEE063
Black with #AEE063
Text Example
Text Example
White with #AEE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE063; }
p { color: rgb(174,224,99); }
H1.HeaderClassName
{
color: #AEE063;
}
.AnyTagClassName
{
color: #AEE063;
}
</style>
background-color css
<style>
a { background-color: #AEE063; }
a { background-color: rgb(174,224,99); }
div.DivClassName
{
background-color: #AEE063;
}
.BgClassName
{
background-color: #AEE063;
}
</style>
border-color css
<style>
span { border-color: #AEE063; }
span { border-color: rgb(174,224,99); }
td.TdClassName
{
border-color: #AEE063;
}
.TagClassName
{
border-color: #AEE063;
}
</style>