Shades of Conifer #AAE75C
Tints of Conifer #AAE75C
RGB
CMYK
RGB Variations
Color information
#AAE75C (or 0xAAE75C) is known color: Conifer. HEX triplet: AA, E7 and 5C. RGB value is (170,231,92). Sum of RGB (Red+Green+Blue) = 170+231+92=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE75C is #5518A3. Grayscale: #C5C5C5. Windows color (decimal): -5576868 or 6088618. OLE color: 6088618.
HSL color Cylindrical-coordinate representation of color #AAE75C: hue angle of 86.33º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE75C is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 92 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.09 |
| HSL | 86.33º | 0.74% | 0.63% | - |
| HSV(B) | 86.33º | 0.6% | 0.91% | - |
| XYZ | 47.09 | 66.47 | 20.47 | - |
| YUV | 196.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 92 | 0.26 | 0 | 0.60 | 0.09 | 86.33 | 0.74 | 0.63 |
| Hex | AA | E7 | 5C | 1A | 0 | 3C | 9 | 56 | 4A | 3F |
| Octal | 252 | 347 | 134 | 32 | 0 | 74 | 11 | 126 | 112 | 77 |
| Binary | 10101010 | 11100111 | 1011100 | 11010 | 0 | 111100 | 1001 | 1010110 | 1001010 | 111111 |
Color Harmonies of #AAE75C
Complementary color
Monochromatic Colors of #AAE75C
Black with #AAE75C
Text Example
Text Example
White with #AAE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE75C; }
p { color: rgb(170,231,92); }
H1.HeaderClassName
{
color: #AAE75C;
}
.AnyTagClassName
{
color: #AAE75C;
}
</style>
background-color css
<style>
a { background-color: #AAE75C; }
a { background-color: rgb(170,231,92); }
div.DivClassName
{
background-color: #AAE75C;
}
.BgClassName
{
background-color: #AAE75C;
}
</style>
border-color css
<style>
span { border-color: #AAE75C; }
span { border-color: rgb(170,231,92); }
td.TdClassName
{
border-color: #AAE75C;
}
.TagClassName
{
border-color: #AAE75C;
}
</style>