Shades of Conifer #AEE56A
Tints of Conifer #AEE56A
RGB
CMYK
RGB Variations
Color information
#AEE56A (or 0xAEE56A) is known color: Conifer. HEX triplet: AE, E5 and 6A. RGB value is (174,229,106). Sum of RGB (Red+Green+Blue) = 174+229+106=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE56A is #511A95. Grayscale: #C6C6C6. Windows color (decimal): -5315222 or 7005614. OLE color: 7005614.
HSL color Cylindrical-coordinate representation of color #AEE56A: hue angle of 86.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AEE56A is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 106 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.10 |
| HSL | 86.83º | 0.7% | 0.66% | - |
| HSV(B) | 86.83º | 0.54% | 0.9% | - |
| XYZ | 48.08 | 66.08 | 23.86 | - |
| YUV | 198.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 106 | 0.24 | 0 | 0.54 | 0.10 | 86.83 | 0.7 | 0.66 |
| Hex | AE | E5 | 6A | 18 | 0 | 36 | A | 57 | 46 | 42 |
| Octal | 256 | 345 | 152 | 30 | 0 | 66 | 12 | 127 | 106 | 102 |
| Binary | 10101110 | 11100101 | 1101010 | 11000 | 0 | 110110 | 1010 | 1010111 | 1000110 | 1000010 |
Color Harmonies of #AEE56A
Complementary color
Monochromatic Colors of #AEE56A
Black with #AEE56A
Text Example
Text Example
White with #AEE56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE56A; }
p { color: rgb(174,229,106); }
H1.HeaderClassName
{
color: #AEE56A;
}
.AnyTagClassName
{
color: #AEE56A;
}
</style>
background-color css
<style>
a { background-color: #AEE56A; }
a { background-color: rgb(174,229,106); }
div.DivClassName
{
background-color: #AEE56A;
}
.BgClassName
{
background-color: #AEE56A;
}
</style>
border-color css
<style>
span { border-color: #AEE56A; }
span { border-color: rgb(174,229,106); }
td.TdClassName
{
border-color: #AEE56A;
}
.TagClassName
{
border-color: #AEE56A;
}
</style>