Shades of Conifer #AAE75F
Tints of Conifer #AAE75F
RGB
CMYK
RGB Variations
Color information
#AAE75F (or 0xAAE75F) is known color: Conifer. HEX triplet: AA, E7 and 5F. RGB value is (170,231,95). Sum of RGB (Red+Green+Blue) = 170+231+95=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE75F is #5518A0. Grayscale: #C5C5C5. Windows color (decimal): -5576865 or 6285226. OLE color: 6285226.
HSL color Cylindrical-coordinate representation of color #AAE75F: hue angle of 86.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE75F is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 95 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.09 |
| HSL | 86.91º | 0.74% | 0.64% | - |
| HSV(B) | 86.91º | 0.59% | 0.91% | - |
| XYZ | 47.22 | 66.52 | 21.18 | - |
| YUV | 197.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 95 | 0.26 | 0 | 0.59 | 0.09 | 86.91 | 0.74 | 0.64 |
| Hex | AA | E7 | 5F | 1A | 0 | 3B | 9 | 57 | 4A | 40 |
| Octal | 252 | 347 | 137 | 32 | 0 | 73 | 11 | 127 | 112 | 100 |
| Binary | 10101010 | 11100111 | 1011111 | 11010 | 0 | 111011 | 1001 | 1010111 | 1001010 | 1000000 |
Color Harmonies of #AAE75F
Complementary color
Monochromatic Colors of #AAE75F
Black with #AAE75F
Text Example
Text Example
White with #AAE75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE75F; }
p { color: rgb(170,231,95); }
H1.HeaderClassName
{
color: #AAE75F;
}
.AnyTagClassName
{
color: #AAE75F;
}
</style>
background-color css
<style>
a { background-color: #AAE75F; }
a { background-color: rgb(170,231,95); }
div.DivClassName
{
background-color: #AAE75F;
}
.BgClassName
{
background-color: #AAE75F;
}
</style>
border-color css
<style>
span { border-color: #AAE75F; }
span { border-color: rgb(170,231,95); }
td.TdClassName
{
border-color: #AAE75F;
}
.TagClassName
{
border-color: #AAE75F;
}
</style>