Shades of Conifer #AAF251
Tints of Conifer #AAF251
RGB
CMYK
RGB Variations
Color information
#AAF251 (or 0xAAF251) is known color: Conifer. HEX triplet: AA, F2 and 51. RGB value is (170,242,81). Sum of RGB (Red+Green+Blue) = 170+242+81=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF251 is #550DAE. Grayscale: #CACACA. Windows color (decimal): -5574063 or 5370538. OLE color: 5370538.
HSL color Cylindrical-coordinate representation of color #AAF251: hue angle of 86.83º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAF251 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 81 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.05 |
| HSL | 86.83º | 0.86% | 0.63% | - |
| HSV(B) | 86.83º | 0.67% | 0.95% | - |
| XYZ | 49.81 | 72.64 | 19.18 | - |
| YUV | 202.12 | 59.65 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 81 | 0.30 | 0 | 0.67 | 0.05 | 86.83 | 0.86 | 0.63 |
| Hex | AA | F2 | 51 | 1E | 0 | 43 | 5 | 57 | 56 | 3F |
| Octal | 252 | 362 | 121 | 36 | 0 | 103 | 5 | 127 | 126 | 77 |
| Binary | 10101010 | 11110010 | 1010001 | 11110 | 0 | 1000011 | 101 | 1010111 | 1010110 | 111111 |
Color Harmonies of #AAF251
Complementary color
Monochromatic Colors of #AAF251
Black with #AAF251
Text Example
Text Example
White with #AAF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF251; }
p { color: rgb(170,242,81); }
H1.HeaderClassName
{
color: #AAF251;
}
.AnyTagClassName
{
color: #AAF251;
}
</style>
background-color css
<style>
a { background-color: #AAF251; }
a { background-color: rgb(170,242,81); }
div.DivClassName
{
background-color: #AAF251;
}
.BgClassName
{
background-color: #AAF251;
}
</style>
border-color css
<style>
span { border-color: #AAF251; }
span { border-color: rgb(170,242,81); }
td.TdClassName
{
border-color: #AAF251;
}
.TagClassName
{
border-color: #AAF251;
}
</style>