Shades of Conifer #AAF26A
Tints of Conifer #AAF26A
RGB
CMYK
RGB Variations
Color information
#AAF26A (or 0xAAF26A) is known color: Conifer. HEX triplet: AA, F2 and 6A. RGB value is (170,242,106). Sum of RGB (Red+Green+Blue) = 170+242+106=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF26A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF26A is #550D95. Grayscale: #CDCDCD. Windows color (decimal): -5574038 or 7008938. OLE color: 7008938.
HSL color Cylindrical-coordinate representation of color #AAF26A: hue angle of 91.76º degrees, saturation: 0.84, 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 #AAF26A is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 106 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.05 |
| HSL | 91.76º | 0.84% | 0.68% | - |
| HSV(B) | 91.76º | 0.56% | 0.95% | - |
| XYZ | 50.93 | 73.09 | 25.06 | - |
| YUV | 204.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 106 | 0.30 | 0 | 0.56 | 0.05 | 91.76 | 0.84 | 0.68 |
| Hex | AA | F2 | 6A | 1E | 0 | 38 | 5 | 5C | 54 | 44 |
| Octal | 252 | 362 | 152 | 36 | 0 | 70 | 5 | 134 | 124 | 104 |
| Binary | 10101010 | 11110010 | 1101010 | 11110 | 0 | 111000 | 101 | 1011100 | 1010100 | 1000100 |
Color Harmonies of #AAF26A
Complementary color
Monochromatic Colors of #AAF26A
Black with #AAF26A
Text Example
Text Example
White with #AAF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF26A; }
p { color: rgb(170,242,106); }
H1.HeaderClassName
{
color: #AAF26A;
}
.AnyTagClassName
{
color: #AAF26A;
}
</style>
background-color css
<style>
a { background-color: #AAF26A; }
a { background-color: rgb(170,242,106); }
div.DivClassName
{
background-color: #AAF26A;
}
.BgClassName
{
background-color: #AAF26A;
}
</style>
border-color css
<style>
span { border-color: #AAF26A; }
span { border-color: rgb(170,242,106); }
td.TdClassName
{
border-color: #AAF26A;
}
.TagClassName
{
border-color: #AAF26A;
}
</style>