Shades of Conifer #A0F24A
Tints of Conifer #A0F24A
RGB
CMYK
RGB Variations
Color information
#A0F24A (or 0xA0F24A) is known color: Conifer. HEX triplet: A0, F2 and 4A. RGB value is (160,242,74). Sum of RGB (Red+Green+Blue) = 160+242+74=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F24A is #5F0DB5. Grayscale: #C6C6C6. Windows color (decimal): -6229430 or 4911776. OLE color: 4911776.
HSL color Cylindrical-coordinate representation of color #A0F24A: hue angle of 89.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0F24A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 74 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.05 |
| HSL | 89.29º | 0.87% | 0.62% | - |
| HSV(B) | 89.29º | 0.69% | 0.95% | - |
| XYZ | 47.49 | 71.47 | 17.77 | - |
| YUV | 198.33 | 57.83 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 74 | 0.34 | 0 | 0.69 | 0.05 | 89.29 | 0.87 | 0.62 |
| Hex | A0 | F2 | 4A | 22 | 0 | 45 | 5 | 59 | 57 | 3E |
| Octal | 240 | 362 | 112 | 42 | 0 | 105 | 5 | 131 | 127 | 76 |
| Binary | 10100000 | 11110010 | 1001010 | 100010 | 0 | 1000101 | 101 | 1011001 | 1010111 | 111110 |
Color Harmonies of #A0F24A
Complementary color
Monochromatic Colors of #A0F24A
Black with #A0F24A
Text Example
Text Example
White with #A0F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F24A; }
p { color: rgb(160,242,74); }
H1.HeaderClassName
{
color: #A0F24A;
}
.AnyTagClassName
{
color: #A0F24A;
}
</style>
background-color css
<style>
a { background-color: #A0F24A; }
a { background-color: rgb(160,242,74); }
div.DivClassName
{
background-color: #A0F24A;
}
.BgClassName
{
background-color: #A0F24A;
}
</style>
border-color css
<style>
span { border-color: #A0F24A; }
span { border-color: rgb(160,242,74); }
td.TdClassName
{
border-color: #A0F24A;
}
.TagClassName
{
border-color: #A0F24A;
}
</style>