Shades of Conifer #AAF157
Tints of Conifer #AAF157
RGB
CMYK
RGB Variations
Color information
#AAF157 (or 0xAAF157) is known color: Conifer. HEX triplet: AA, F1 and 57. RGB value is (170,241,87). Sum of RGB (Red+Green+Blue) = 170+241+87=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF157 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF157 is #550EA8. Grayscale: #CACACA. Windows color (decimal): -5574313 or 5763498. OLE color: 5763498.
HSL color Cylindrical-coordinate representation of color #AAF157: hue angle of 87.66º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF157 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 87 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.05 |
| HSL | 87.66º | 0.85% | 0.64% | - |
| HSV(B) | 87.66º | 0.64% | 0.95% | - |
| XYZ | 49.75 | 72.14 | 20.32 | - |
| YUV | 202.22 | 62.98 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 87 | 0.29 | 0 | 0.64 | 0.05 | 87.66 | 0.85 | 0.64 |
| Hex | AA | F1 | 57 | 1D | 0 | 40 | 5 | 58 | 55 | 40 |
| Octal | 252 | 361 | 127 | 35 | 0 | 100 | 5 | 130 | 125 | 100 |
| Binary | 10101010 | 11110001 | 1010111 | 11101 | 0 | 1000000 | 101 | 1011000 | 1010101 | 1000000 |
Color Harmonies of #AAF157
Complementary color
Monochromatic Colors of #AAF157
Black with #AAF157
Text Example
Text Example
White with #AAF157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF157; }
p { color: rgb(170,241,87); }
H1.HeaderClassName
{
color: #AAF157;
}
.AnyTagClassName
{
color: #AAF157;
}
</style>
background-color css
<style>
a { background-color: #AAF157; }
a { background-color: rgb(170,241,87); }
div.DivClassName
{
background-color: #AAF157;
}
.BgClassName
{
background-color: #AAF157;
}
</style>
border-color css
<style>
span { border-color: #AAF157; }
span { border-color: rgb(170,241,87); }
td.TdClassName
{
border-color: #AAF157;
}
.TagClassName
{
border-color: #AAF157;
}
</style>