Shades of Conifer #A0DF51
Tints of Conifer #A0DF51
RGB
CMYK
RGB Variations
Color information
#A0DF51 (or 0xA0DF51) is known color: Conifer. HEX triplet: A0, DF and 51. RGB value is (160,223,81). Sum of RGB (Red+Green+Blue) = 160+223+81=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF51 is #5F20AE. Grayscale: #BCBCBC. Windows color (decimal): -6234287 or 5365664. OLE color: 5365664.
HSL color Cylindrical-coordinate representation of color #A0DF51: hue angle of 86.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0DF51 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 81 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.13 |
| HSL | 86.62º | 0.69% | 0.6% | - |
| HSV(B) | 86.62º | 0.64% | 0.87% | - |
| XYZ | 42.37 | 60.84 | 17.3 | - |
| YUV | 187.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 81 | 0.28 | 0 | 0.64 | 0.13 | 86.62 | 0.69 | 0.6 |
| Hex | A0 | DF | 51 | 1C | 0 | 40 | D | 57 | 45 | 3C |
| Octal | 240 | 337 | 121 | 34 | 0 | 100 | 15 | 127 | 105 | 74 |
| Binary | 10100000 | 11011111 | 1010001 | 11100 | 0 | 1000000 | 1101 | 1010111 | 1000101 | 111100 |
Color Harmonies of #A0DF51
Complementary color
Monochromatic Colors of #A0DF51
Black with #A0DF51
Text Example
Text Example
White with #A0DF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF51; }
p { color: rgb(160,223,81); }
H1.HeaderClassName
{
color: #A0DF51;
}
.AnyTagClassName
{
color: #A0DF51;
}
</style>
background-color css
<style>
a { background-color: #A0DF51; }
a { background-color: rgb(160,223,81); }
div.DivClassName
{
background-color: #A0DF51;
}
.BgClassName
{
background-color: #A0DF51;
}
</style>
border-color css
<style>
span { border-color: #A0DF51; }
span { border-color: rgb(160,223,81); }
td.TdClassName
{
border-color: #A0DF51;
}
.TagClassName
{
border-color: #A0DF51;
}
</style>