Shades of Conifer #A0F048
Tints of Conifer #A0F048
RGB
CMYK
RGB Variations
Color information
#A0F048 (or 0xA0F048) is known color: Conifer. HEX triplet: A0, F0 and 48. RGB value is (160,240,72). Sum of RGB (Red+Green+Blue) = 160+240+72=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F048 is #5F0FB7. Grayscale: #C5C5C5. Windows color (decimal): -6229944 or 4780192. OLE color: 4780192.
HSL color Cylindrical-coordinate representation of color #A0F048: hue angle of 88.57º 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 #A0F048 is Cyan = 0.33, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 72 | - |
| CMYK | 0.33 | 0 | 0.7 | 0.06 |
| HSL | 88.57º | 0.85% | 0.61% | - |
| HSV(B) | 88.57º | 0.7% | 0.94% | - |
| XYZ | 46.83 | 70.26 | 17.22 | - |
| YUV | 196.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 72 | 0.33 | 0 | 0.7 | 0.06 | 88.57 | 0.85 | 0.61 |
| Hex | A0 | F0 | 48 | 21 | 0 | 46 | 6 | 59 | 55 | 3D |
| Octal | 240 | 360 | 110 | 41 | 0 | 106 | 6 | 131 | 125 | 75 |
| Binary | 10100000 | 11110000 | 1001000 | 100001 | 0 | 1000110 | 110 | 1011001 | 1010101 | 111101 |
Color Harmonies of #A0F048
Complementary color
Monochromatic Colors of #A0F048
Black with #A0F048
Text Example
Text Example
White with #A0F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F048; }
p { color: rgb(160,240,72); }
H1.HeaderClassName
{
color: #A0F048;
}
.AnyTagClassName
{
color: #A0F048;
}
</style>
background-color css
<style>
a { background-color: #A0F048; }
a { background-color: rgb(160,240,72); }
div.DivClassName
{
background-color: #A0F048;
}
.BgClassName
{
background-color: #A0F048;
}
</style>
border-color css
<style>
span { border-color: #A0F048; }
span { border-color: rgb(160,240,72); }
td.TdClassName
{
border-color: #A0F048;
}
.TagClassName
{
border-color: #A0F048;
}
</style>