Shades of Conifer #A0DF5F
Tints of Conifer #A0DF5F
RGB
CMYK
RGB Variations
Color information
#A0DF5F (or 0xA0DF5F) is known color: Conifer. HEX triplet: A0, DF and 5F. RGB value is (160,223,95). Sum of RGB (Red+Green+Blue) = 160+223+95=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF5F is #5F20A0. Grayscale: #BEBEBE. Windows color (decimal): -6234273 or 6283168. OLE color: 6283168.
HSL color Cylindrical-coordinate representation of color #A0DF5F: hue angle of 89.53º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0DF5F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 95 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.13 |
| HSL | 89.53º | 0.67% | 0.62% | - |
| HSV(B) | 89.53º | 0.57% | 0.87% | - |
| XYZ | 42.95 | 61.08 | 20.35 | - |
| YUV | 189.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 95 | 0.28 | 0 | 0.57 | 0.13 | 89.53 | 0.67 | 0.62 |
| Hex | A0 | DF | 5F | 1C | 0 | 39 | D | 5A | 43 | 3E |
| Octal | 240 | 337 | 137 | 34 | 0 | 71 | 15 | 132 | 103 | 76 |
| Binary | 10100000 | 11011111 | 1011111 | 11100 | 0 | 111001 | 1101 | 1011010 | 1000011 | 111110 |
Color Harmonies of #A0DF5F
Complementary color
Monochromatic Colors of #A0DF5F
Black with #A0DF5F
Text Example
Text Example
White with #A0DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF5F; }
p { color: rgb(160,223,95); }
H1.HeaderClassName
{
color: #A0DF5F;
}
.AnyTagClassName
{
color: #A0DF5F;
}
</style>
background-color css
<style>
a { background-color: #A0DF5F; }
a { background-color: rgb(160,223,95); }
div.DivClassName
{
background-color: #A0DF5F;
}
.BgClassName
{
background-color: #A0DF5F;
}
</style>
border-color css
<style>
span { border-color: #A0DF5F; }
span { border-color: rgb(160,223,95); }
td.TdClassName
{
border-color: #A0DF5F;
}
.TagClassName
{
border-color: #A0DF5F;
}
</style>