Shades of Conifer #A7DB4A
Tints of Conifer #A7DB4A
RGB
CMYK
RGB Variations
Color information
#A7DB4A (or 0xA7DB4A) is known color: Conifer. HEX triplet: A7, DB and 4A. RGB value is (167,219,74). Sum of RGB (Red+Green+Blue) = 167+219+74=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DB4A is #5824B5. Grayscale: #BBBBBB. Windows color (decimal): -5776566 or 4905895. OLE color: 4905895.
HSL color Cylindrical-coordinate representation of color #A7DB4A: hue angle of 81.52º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7DB4A is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 74 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.14 |
| HSL | 81.52º | 0.67% | 0.57% | - |
| HSV(B) | 81.52º | 0.66% | 0.86% | - |
| XYZ | 42.5 | 59.37 | 15.7 | - |
| YUV | 186.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 74 | 0.24 | 0 | 0.66 | 0.14 | 81.52 | 0.67 | 0.57 |
| Hex | A7 | DB | 4A | 18 | 0 | 42 | E | 52 | 43 | 39 |
| Octal | 247 | 333 | 112 | 30 | 0 | 102 | 16 | 122 | 103 | 71 |
| Binary | 10100111 | 11011011 | 1001010 | 11000 | 0 | 1000010 | 1110 | 1010010 | 1000011 | 111001 |
Color Harmonies of #A7DB4A
Complementary color
Monochromatic Colors of #A7DB4A
Black with #A7DB4A
Text Example
Text Example
White with #A7DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB4A; }
p { color: rgb(167,219,74); }
H1.HeaderClassName
{
color: #A7DB4A;
}
.AnyTagClassName
{
color: #A7DB4A;
}
</style>
background-color css
<style>
a { background-color: #A7DB4A; }
a { background-color: rgb(167,219,74); }
div.DivClassName
{
background-color: #A7DB4A;
}
.BgClassName
{
background-color: #A7DB4A;
}
</style>
border-color css
<style>
span { border-color: #A7DB4A; }
span { border-color: rgb(167,219,74); }
td.TdClassName
{
border-color: #A7DB4A;
}
.TagClassName
{
border-color: #A7DB4A;
}
</style>