Shades of Conifer #AAF255
Tints of Conifer #AAF255
RGB
CMYK
RGB Variations
Color information
#AAF255 (or 0xAAF255) is known color: Conifer. HEX triplet: AA, F2 and 55. RGB value is (170,242,85). Sum of RGB (Red+Green+Blue) = 170+242+85=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF255 is #550DAA. Grayscale: #CBCBCB. Windows color (decimal): -5574059 or 5632682. OLE color: 5632682.
HSL color Cylindrical-coordinate representation of color #AAF255: hue angle of 87.52º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAF255 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 85 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.05 |
| HSL | 87.52º | 0.86% | 0.64% | - |
| HSV(B) | 87.52º | 0.65% | 0.95% | - |
| XYZ | 49.97 | 72.71 | 19.99 | - |
| YUV | 202.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 85 | 0.30 | 0 | 0.65 | 0.05 | 87.52 | 0.86 | 0.64 |
| Hex | AA | F2 | 55 | 1E | 0 | 41 | 5 | 58 | 56 | 40 |
| Octal | 252 | 362 | 125 | 36 | 0 | 101 | 5 | 130 | 126 | 100 |
| Binary | 10101010 | 11110010 | 1010101 | 11110 | 0 | 1000001 | 101 | 1011000 | 1010110 | 1000000 |
Color Harmonies of #AAF255
Complementary color
Monochromatic Colors of #AAF255
Black with #AAF255
Text Example
Text Example
White with #AAF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF255; }
p { color: rgb(170,242,85); }
H1.HeaderClassName
{
color: #AAF255;
}
.AnyTagClassName
{
color: #AAF255;
}
</style>
background-color css
<style>
a { background-color: #AAF255; }
a { background-color: rgb(170,242,85); }
div.DivClassName
{
background-color: #AAF255;
}
.BgClassName
{
background-color: #AAF255;
}
</style>
border-color css
<style>
span { border-color: #AAF255; }
span { border-color: rgb(170,242,85); }
td.TdClassName
{
border-color: #AAF255;
}
.TagClassName
{
border-color: #AAF255;
}
</style>