Shades of Conifer #AEE44C
Tints of Conifer #AEE44C
RGB
CMYK
RGB Variations
Color information
#AEE44C (or 0xAEE44C) is known color: Conifer. HEX triplet: AE, E4 and 4C. RGB value is (174,228,76). Sum of RGB (Red+Green+Blue) = 174+228+76=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE44C is #511BB3. Grayscale: #C3C3C3. Windows color (decimal): -5315508 or 5039278. OLE color: 5039278.
HSL color Cylindrical-coordinate representation of color #AEE44C: hue angle of 81.32º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEE44C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 76 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.32º | 0.74% | 0.6% | - |
| HSV(B) | 81.32º | 0.67% | 0.89% | - |
| XYZ | 46.5 | 65.01 | 16.93 | - |
| YUV | 194.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 76 | 0.24 | 0 | 0.67 | 0.11 | 81.32 | 0.74 | 0.6 |
| Hex | AE | E4 | 4C | 18 | 0 | 43 | B | 51 | 4A | 3C |
| Octal | 256 | 344 | 114 | 30 | 0 | 103 | 13 | 121 | 112 | 74 |
| Binary | 10101110 | 11100100 | 1001100 | 11000 | 0 | 1000011 | 1011 | 1010001 | 1001010 | 111100 |
Color Harmonies of #AEE44C
Complementary color
Monochromatic Colors of #AEE44C
Black with #AEE44C
Text Example
Text Example
White with #AEE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE44C; }
p { color: rgb(174,228,76); }
H1.HeaderClassName
{
color: #AEE44C;
}
.AnyTagClassName
{
color: #AEE44C;
}
</style>
background-color css
<style>
a { background-color: #AEE44C; }
a { background-color: rgb(174,228,76); }
div.DivClassName
{
background-color: #AEE44C;
}
.BgClassName
{
background-color: #AEE44C;
}
</style>
border-color css
<style>
span { border-color: #AEE44C; }
span { border-color: rgb(174,228,76); }
td.TdClassName
{
border-color: #AEE44C;
}
.TagClassName
{
border-color: #AEE44C;
}
</style>