Shades of Conifer #AAF262
Tints of Conifer #AAF262
RGB
CMYK
RGB Variations
Color information
#AAF262 (or 0xAAF262) is known color: Conifer. HEX triplet: AA, F2 and 62. RGB value is (170,242,98). Sum of RGB (Red+Green+Blue) = 170+242+98=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF262 is #550D9D. Grayscale: #CCCCCC. Windows color (decimal): -5574046 or 6484650. OLE color: 6484650.
HSL color Cylindrical-coordinate representation of color #AAF262: hue angle of 90º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF262 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 98 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.05 |
| HSL | 90º | 0.85% | 0.67% | - |
| HSV(B) | 90º | 0.6% | 0.95% | - |
| XYZ | 50.53 | 72.93 | 22.97 | - |
| YUV | 204.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 98 | 0.30 | 0 | 0.60 | 0.05 | 90 | 0.85 | 0.67 |
| Hex | AA | F2 | 62 | 1E | 0 | 3C | 5 | 5A | 55 | 43 |
| Octal | 252 | 362 | 142 | 36 | 0 | 74 | 5 | 132 | 125 | 103 |
| Binary | 10101010 | 11110010 | 1100010 | 11110 | 0 | 111100 | 101 | 1011010 | 1010101 | 1000011 |
Color Harmonies of #AAF262
Complementary color
Monochromatic Colors of #AAF262
Black with #AAF262
Text Example
Text Example
White with #AAF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF262; }
p { color: rgb(170,242,98); }
H1.HeaderClassName
{
color: #AAF262;
}
.AnyTagClassName
{
color: #AAF262;
}
</style>
background-color css
<style>
a { background-color: #AAF262; }
a { background-color: rgb(170,242,98); }
div.DivClassName
{
background-color: #AAF262;
}
.BgClassName
{
background-color: #AAF262;
}
</style>
border-color css
<style>
span { border-color: #AAF262; }
span { border-color: rgb(170,242,98); }
td.TdClassName
{
border-color: #AAF262;
}
.TagClassName
{
border-color: #AAF262;
}
</style>