Shades of Conifer #AAF257
Tints of Conifer #AAF257
RGB
CMYK
RGB Variations
Color information
#AAF257 (or 0xAAF257) is known color: Conifer. HEX triplet: AA, F2 and 57. RGB value is (170,242,87). Sum of RGB (Red+Green+Blue) = 170+242+87=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF257 is #550DA8. Grayscale: #CBCBCB. Windows color (decimal): -5574057 or 5763754. OLE color: 5763754.
HSL color Cylindrical-coordinate representation of color #AAF257: hue angle of 87.87º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAF257 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 87 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.05 |
| HSL | 87.87º | 0.86% | 0.65% | - |
| HSV(B) | 87.87º | 0.64% | 0.95% | - |
| XYZ | 50.05 | 72.74 | 20.42 | - |
| YUV | 202.8 | 62.65 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 87 | 0.30 | 0 | 0.64 | 0.05 | 87.87 | 0.86 | 0.65 |
| Hex | AA | F2 | 57 | 1E | 0 | 40 | 5 | 58 | 56 | 41 |
| Octal | 252 | 362 | 127 | 36 | 0 | 100 | 5 | 130 | 126 | 101 |
| Binary | 10101010 | 11110010 | 1010111 | 11110 | 0 | 1000000 | 101 | 1011000 | 1010110 | 1000001 |
Color Harmonies of #AAF257
Complementary color
Monochromatic Colors of #AAF257
Black with #AAF257
Text Example
Text Example
White with #AAF257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF257; }
p { color: rgb(170,242,87); }
H1.HeaderClassName
{
color: #AAF257;
}
.AnyTagClassName
{
color: #AAF257;
}
</style>
background-color css
<style>
a { background-color: #AAF257; }
a { background-color: rgb(170,242,87); }
div.DivClassName
{
background-color: #AAF257;
}
.BgClassName
{
background-color: #AAF257;
}
</style>
border-color css
<style>
span { border-color: #AAF257; }
span { border-color: rgb(170,242,87); }
td.TdClassName
{
border-color: #AAF257;
}
.TagClassName
{
border-color: #AAF257;
}
</style>