Shades of Conifer #A7DA4A
Tints of Conifer #A7DA4A
RGB
CMYK
RGB Variations
Color information
#A7DA4A (or 0xA7DA4A) is known color: Conifer. HEX triplet: A7, DA and 4A. RGB value is (167,218,74). Sum of RGB (Red+Green+Blue) = 167+218+74=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DA4A is #5825B5. Grayscale: #BABABA. Windows color (decimal): -5776822 or 4905639. OLE color: 4905639.
HSL color Cylindrical-coordinate representation of color #A7DA4A: hue angle of 81.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7DA4A is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 74 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.15 |
| HSL | 81.25º | 0.66% | 0.57% | - |
| HSV(B) | 81.25º | 0.66% | 0.85% | - |
| XYZ | 42.24 | 58.85 | 15.61 | - |
| YUV | 186.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 74 | 0.23 | 0 | 0.66 | 0.15 | 81.25 | 0.66 | 0.57 |
| Hex | A7 | DA | 4A | 17 | 0 | 42 | F | 51 | 42 | 39 |
| Octal | 247 | 332 | 112 | 27 | 0 | 102 | 17 | 121 | 102 | 71 |
| Binary | 10100111 | 11011010 | 1001010 | 10111 | 0 | 1000010 | 1111 | 1010001 | 1000010 | 111001 |
Color Harmonies of #A7DA4A
Complementary color
Monochromatic Colors of #A7DA4A
Black with #A7DA4A
Text Example
Text Example
White with #A7DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA4A; }
p { color: rgb(167,218,74); }
H1.HeaderClassName
{
color: #A7DA4A;
}
.AnyTagClassName
{
color: #A7DA4A;
}
</style>
background-color css
<style>
a { background-color: #A7DA4A; }
a { background-color: rgb(167,218,74); }
div.DivClassName
{
background-color: #A7DA4A;
}
.BgClassName
{
background-color: #A7DA4A;
}
</style>
border-color css
<style>
span { border-color: #A7DA4A; }
span { border-color: rgb(167,218,74); }
td.TdClassName
{
border-color: #A7DA4A;
}
.TagClassName
{
border-color: #A7DA4A;
}
</style>