Shades of Conifer #AAF26B
Tints of Conifer #AAF26B
RGB
CMYK
RGB Variations
Color information
#AAF26B (or 0xAAF26B) is known color: Conifer. HEX triplet: AA, F2 and 6B. RGB value is (170,242,107). Sum of RGB (Red+Green+Blue) = 170+242+107=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF26B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF26B is #550D94. Grayscale: #CDCDCD. Windows color (decimal): -5574037 or 7074474. OLE color: 7074474.
HSL color Cylindrical-coordinate representation of color #AAF26B: hue angle of 92º 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 #AAF26B is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 107 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.05 |
| HSL | 92º | 0.84% | 0.68% | - |
| HSV(B) | 92º | 0.56% | 0.95% | - |
| XYZ | 50.98 | 73.11 | 25.33 | - |
| YUV | 205.08 | 72.65 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 107 | 0.30 | 0 | 0.56 | 0.05 | 92 | 0.84 | 0.68 |
| Hex | AA | F2 | 6B | 1E | 0 | 38 | 5 | 5C | 54 | 44 |
| Octal | 252 | 362 | 153 | 36 | 0 | 70 | 5 | 134 | 124 | 104 |
| Binary | 10101010 | 11110010 | 1101011 | 11110 | 0 | 111000 | 101 | 1011100 | 1010100 | 1000100 |
Color Harmonies of #AAF26B
Complementary color
Monochromatic Colors of #AAF26B
Black with #AAF26B
Text Example
Text Example
White with #AAF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF26B; }
p { color: rgb(170,242,107); }
H1.HeaderClassName
{
color: #AAF26B;
}
.AnyTagClassName
{
color: #AAF26B;
}
</style>
background-color css
<style>
a { background-color: #AAF26B; }
a { background-color: rgb(170,242,107); }
div.DivClassName
{
background-color: #AAF26B;
}
.BgClassName
{
background-color: #AAF26B;
}
</style>
border-color css
<style>
span { border-color: #AAF26B; }
span { border-color: rgb(170,242,107); }
td.TdClassName
{
border-color: #AAF26B;
}
.TagClassName
{
border-color: #AAF26B;
}
</style>