Shades of Conifer #A0F04A
Tints of Conifer #A0F04A
RGB
CMYK
RGB Variations
Color information
#A0F04A (or 0xA0F04A) is known color: Conifer. HEX triplet: A0, F0 and 4A. RGB value is (160,240,74). Sum of RGB (Red+Green+Blue) = 160+240+74=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F04A is #5F0FB5. Grayscale: #C5C5C5. Windows color (decimal): -6229942 or 4911264. OLE color: 4911264.
HSL color Cylindrical-coordinate representation of color #A0F04A: hue angle of 88.92º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0F04A is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 74 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.06 |
| HSL | 88.92º | 0.85% | 0.62% | - |
| HSV(B) | 88.92º | 0.69% | 0.94% | - |
| XYZ | 46.89 | 70.29 | 17.57 | - |
| YUV | 197.16 | 58.5 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 74 | 0.33 | 0 | 0.69 | 0.06 | 88.92 | 0.85 | 0.62 |
| Hex | A0 | F0 | 4A | 21 | 0 | 45 | 6 | 59 | 55 | 3E |
| Octal | 240 | 360 | 112 | 41 | 0 | 105 | 6 | 131 | 125 | 76 |
| Binary | 10100000 | 11110000 | 1001010 | 100001 | 0 | 1000101 | 110 | 1011001 | 1010101 | 111110 |
Color Harmonies of #A0F04A
Complementary color
Monochromatic Colors of #A0F04A
Black with #A0F04A
Text Example
Text Example
White with #A0F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F04A; }
p { color: rgb(160,240,74); }
H1.HeaderClassName
{
color: #A0F04A;
}
.AnyTagClassName
{
color: #A0F04A;
}
</style>
background-color css
<style>
a { background-color: #A0F04A; }
a { background-color: rgb(160,240,74); }
div.DivClassName
{
background-color: #A0F04A;
}
.BgClassName
{
background-color: #A0F04A;
}
</style>
border-color css
<style>
span { border-color: #A0F04A; }
span { border-color: rgb(160,240,74); }
td.TdClassName
{
border-color: #A0F04A;
}
.TagClassName
{
border-color: #A0F04A;
}
</style>