Shades of Conifer #A0DF4C
Tints of Conifer #A0DF4C
RGB
CMYK
RGB Variations
Color information
#A0DF4C (or 0xA0DF4C) is known color: Conifer. HEX triplet: A0, DF and 4C. RGB value is (160,223,76). Sum of RGB (Red+Green+Blue) = 160+223+76=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF4C is #5F20B3. Grayscale: #BBBBBB. Windows color (decimal): -6234292 or 5037984. OLE color: 5037984.
HSL color Cylindrical-coordinate representation of color #A0DF4C: hue angle of 85.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0DF4C is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 76 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.13 |
| HSL | 85.71º | 0.7% | 0.59% | - |
| HSV(B) | 85.71º | 0.66% | 0.87% | - |
| XYZ | 42.19 | 60.77 | 16.34 | - |
| YUV | 187.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 76 | 0.28 | 0 | 0.66 | 0.13 | 85.71 | 0.7 | 0.59 |
| Hex | A0 | DF | 4C | 1C | 0 | 42 | D | 56 | 46 | 3B |
| Octal | 240 | 337 | 114 | 34 | 0 | 102 | 15 | 126 | 106 | 73 |
| Binary | 10100000 | 11011111 | 1001100 | 11100 | 0 | 1000010 | 1101 | 1010110 | 1000110 | 111011 |
Color Harmonies of #A0DF4C
Complementary color
Monochromatic Colors of #A0DF4C
Black with #A0DF4C
Text Example
Text Example
White with #A0DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF4C; }
p { color: rgb(160,223,76); }
H1.HeaderClassName
{
color: #A0DF4C;
}
.AnyTagClassName
{
color: #A0DF4C;
}
</style>
background-color css
<style>
a { background-color: #A0DF4C; }
a { background-color: rgb(160,223,76); }
div.DivClassName
{
background-color: #A0DF4C;
}
.BgClassName
{
background-color: #A0DF4C;
}
</style>
border-color css
<style>
span { border-color: #A0DF4C; }
span { border-color: rgb(160,223,76); }
td.TdClassName
{
border-color: #A0DF4C;
}
.TagClassName
{
border-color: #A0DF4C;
}
</style>