Shades of Conifer #A0D84F
Tints of Conifer #A0D84F
RGB
CMYK
RGB Variations
Color information
#A0D84F (or 0xA0D84F) is known color: Conifer. HEX triplet: A0, D8 and 4F. RGB value is (160,216,79). Sum of RGB (Red+Green+Blue) = 160+216+79=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D84F is #5F27B0. Grayscale: #B8B8B8. Windows color (decimal): -6236081 or 5232800. OLE color: 5232800.
HSL color Cylindrical-coordinate representation of color #A0D84F: hue angle of 84.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0D84F is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 79 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.53º | 0.64% | 0.58% | - |
| HSV(B) | 84.53º | 0.63% | 0.85% | - |
| XYZ | 40.46 | 57.15 | 16.3 | - |
| YUV | 183.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 79 | 0.26 | 0 | 0.63 | 0.15 | 84.53 | 0.64 | 0.58 |
| Hex | A0 | D8 | 4F | 1A | 0 | 3F | F | 55 | 40 | 3A |
| Octal | 240 | 330 | 117 | 32 | 0 | 77 | 17 | 125 | 100 | 72 |
| Binary | 10100000 | 11011000 | 1001111 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000000 | 111010 |
Color Harmonies of #A0D84F
Complementary color
Monochromatic Colors of #A0D84F
Black with #A0D84F
Text Example
Text Example
White with #A0D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D84F; }
p { color: rgb(160,216,79); }
H1.HeaderClassName
{
color: #A0D84F;
}
.AnyTagClassName
{
color: #A0D84F;
}
</style>
background-color css
<style>
a { background-color: #A0D84F; }
a { background-color: rgb(160,216,79); }
div.DivClassName
{
background-color: #A0D84F;
}
.BgClassName
{
background-color: #A0D84F;
}
</style>
border-color css
<style>
span { border-color: #A0D84F; }
span { border-color: rgb(160,216,79); }
td.TdClassName
{
border-color: #A0D84F;
}
.TagClassName
{
border-color: #A0D84F;
}
</style>