Shades of Conifer #AAF250
Tints of Conifer #AAF250
RGB
CMYK
RGB Variations
Color information
#AAF250 (or 0xAAF250) is known color: Conifer. HEX triplet: AA, F2 and 50. RGB value is (170,242,80). Sum of RGB (Red+Green+Blue) = 170+242+80=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF250 is #550DAF. Grayscale: #CACACA. Windows color (decimal): -5574064 or 5305002. OLE color: 5305002.
HSL color Cylindrical-coordinate representation of color #AAF250: hue angle of 86.67º 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 #AAF250 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 80 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.05 |
| HSL | 86.67º | 0.86% | 0.63% | - |
| HSV(B) | 86.67º | 0.67% | 0.95% | - |
| XYZ | 49.78 | 72.63 | 18.98 | - |
| YUV | 202 | 59.15 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 80 | 0.30 | 0 | 0.67 | 0.05 | 86.67 | 0.86 | 0.63 |
| Hex | AA | F2 | 50 | 1E | 0 | 43 | 5 | 57 | 56 | 3F |
| Octal | 252 | 362 | 120 | 36 | 0 | 103 | 5 | 127 | 126 | 77 |
| Binary | 10101010 | 11110010 | 1010000 | 11110 | 0 | 1000011 | 101 | 1010111 | 1010110 | 111111 |
Color Harmonies of #AAF250
Complementary color
Monochromatic Colors of #AAF250
Black with #AAF250
Text Example
Text Example
White with #AAF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF250; }
p { color: rgb(170,242,80); }
H1.HeaderClassName
{
color: #AAF250;
}
.AnyTagClassName
{
color: #AAF250;
}
</style>
background-color css
<style>
a { background-color: #AAF250; }
a { background-color: rgb(170,242,80); }
div.DivClassName
{
background-color: #AAF250;
}
.BgClassName
{
background-color: #AAF250;
}
</style>
border-color css
<style>
span { border-color: #AAF250; }
span { border-color: rgb(170,242,80); }
td.TdClassName
{
border-color: #AAF250;
}
.TagClassName
{
border-color: #AAF250;
}
</style>