Shades of Conifer #AAF95A
Tints of Conifer #AAF95A
RGB
CMYK
RGB Variations
Color information
#AAF95A (or 0xAAF95A) is known color: Conifer. HEX triplet: AA, F9 and 5A. RGB value is (170,249,90). Sum of RGB (Red+Green+Blue) = 170+249+90=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF95A is #5506A5. Grayscale: #CFCFCF. Windows color (decimal): -5572262 or 5962154. OLE color: 5962154.
HSL color Cylindrical-coordinate representation of color #AAF95A: hue angle of 89.81º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF95A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 90 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.02 |
| HSL | 89.81º | 0.93% | 0.66% | - |
| HSV(B) | 89.81º | 0.64% | 0.98% | - |
| XYZ | 52.3 | 77.04 | 21.79 | - |
| YUV | 207.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 90 | 0.32 | 0 | 0.64 | 0.02 | 89.81 | 0.93 | 0.66 |
| Hex | AA | F9 | 5A | 20 | 0 | 40 | 2 | 5A | 5D | 42 |
| Octal | 252 | 371 | 132 | 40 | 0 | 100 | 2 | 132 | 135 | 102 |
| Binary | 10101010 | 11111001 | 1011010 | 100000 | 0 | 1000000 | 10 | 1011010 | 1011101 | 1000010 |
Color Harmonies of #AAF95A
Complementary color
Monochromatic Colors of #AAF95A
Black with #AAF95A
Text Example
Text Example
White with #AAF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF95A; }
p { color: rgb(170,249,90); }
H1.HeaderClassName
{
color: #AAF95A;
}
.AnyTagClassName
{
color: #AAF95A;
}
</style>
background-color css
<style>
a { background-color: #AAF95A; }
a { background-color: rgb(170,249,90); }
div.DivClassName
{
background-color: #AAF95A;
}
.BgClassName
{
background-color: #AAF95A;
}
</style>
border-color css
<style>
span { border-color: #AAF95A; }
span { border-color: rgb(170,249,90); }
td.TdClassName
{
border-color: #AAF95A;
}
.TagClassName
{
border-color: #AAF95A;
}
</style>