Shades of Conifer #AAF36A
Tints of Conifer #AAF36A
RGB
CMYK
RGB Variations
Color information
#AAF36A (or 0xAAF36A) is known color: Conifer. HEX triplet: AA, F3 and 6A. RGB value is (170,243,106). Sum of RGB (Red+Green+Blue) = 170+243+106=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF36A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF36A is #550C95. Grayscale: #CECECE. Windows color (decimal): -5573782 or 7009194. OLE color: 7009194.
HSL color Cylindrical-coordinate representation of color #AAF36A: hue angle of 91.97º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF36A is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 106 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.05 |
| HSL | 91.97º | 0.85% | 0.68% | - |
| HSV(B) | 91.97º | 0.56% | 0.95% | - |
| XYZ | 51.23 | 73.69 | 25.16 | - |
| YUV | 205.56 | 71.82 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 106 | 0.30 | 0 | 0.56 | 0.05 | 91.97 | 0.85 | 0.68 |
| Hex | AA | F3 | 6A | 1E | 0 | 38 | 5 | 5C | 55 | 44 |
| Octal | 252 | 363 | 152 | 36 | 0 | 70 | 5 | 134 | 125 | 104 |
| Binary | 10101010 | 11110011 | 1101010 | 11110 | 0 | 111000 | 101 | 1011100 | 1010101 | 1000100 |
Color Harmonies of #AAF36A
Complementary color
Monochromatic Colors of #AAF36A
Black with #AAF36A
Text Example
Text Example
White with #AAF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF36A; }
p { color: rgb(170,243,106); }
H1.HeaderClassName
{
color: #AAF36A;
}
.AnyTagClassName
{
color: #AAF36A;
}
</style>
background-color css
<style>
a { background-color: #AAF36A; }
a { background-color: rgb(170,243,106); }
div.DivClassName
{
background-color: #AAF36A;
}
.BgClassName
{
background-color: #AAF36A;
}
</style>
border-color css
<style>
span { border-color: #AAF36A; }
span { border-color: rgb(170,243,106); }
td.TdClassName
{
border-color: #AAF36A;
}
.TagClassName
{
border-color: #AAF36A;
}
</style>