Shades of Conifer #AAF048
Tints of Conifer #AAF048
RGB
CMYK
RGB Variations
Color information
#AAF048 (or 0xAAF048) is known color: Conifer. HEX triplet: AA, F0 and 48. RGB value is (170,240,72). Sum of RGB (Red+Green+Blue) = 170+240+72=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF048 is #550FB7. Grayscale: #C8C8C8. Windows color (decimal): -5574584 or 4780202. OLE color: 4780202.
HSL color Cylindrical-coordinate representation of color #AAF048: hue angle of 85º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAF048 is Cyan = 0.29, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 72 | - |
| CMYK | 0.29 | 0 | 0.7 | 0.06 |
| HSL | 85º | 0.85% | 0.61% | - |
| HSV(B) | 85º | 0.7% | 0.94% | - |
| XYZ | 48.91 | 71.33 | 17.32 | - |
| YUV | 199.92 | 55.81 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 72 | 0.29 | 0 | 0.7 | 0.06 | 85 | 0.85 | 0.61 |
| Hex | AA | F0 | 48 | 1D | 0 | 46 | 6 | 55 | 55 | 3D |
| Octal | 252 | 360 | 110 | 35 | 0 | 106 | 6 | 125 | 125 | 75 |
| Binary | 10101010 | 11110000 | 1001000 | 11101 | 0 | 1000110 | 110 | 1010101 | 1010101 | 111101 |
Color Harmonies of #AAF048
Complementary color
Monochromatic Colors of #AAF048
Black with #AAF048
Text Example
Text Example
White with #AAF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF048; }
p { color: rgb(170,240,72); }
H1.HeaderClassName
{
color: #AAF048;
}
.AnyTagClassName
{
color: #AAF048;
}
</style>
background-color css
<style>
a { background-color: #AAF048; }
a { background-color: rgb(170,240,72); }
div.DivClassName
{
background-color: #AAF048;
}
.BgClassName
{
background-color: #AAF048;
}
</style>
border-color css
<style>
span { border-color: #AAF048; }
span { border-color: rgb(170,240,72); }
td.TdClassName
{
border-color: #AAF048;
}
.TagClassName
{
border-color: #AAF048;
}
</style>