Shades of Conifer #A4DA60
Tints of Conifer #A4DA60
RGB
CMYK
RGB Variations
Color information
#A4DA60 (or 0xA4DA60) is known color: Conifer. HEX triplet: A4, DA and 60. RGB value is (164,218,96). Sum of RGB (Red+Green+Blue) = 164+218+96=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DA60 is #5B259F. Grayscale: #BCBCBC. Windows color (decimal): -5973408 or 6347428. OLE color: 6347428.
HSL color Cylindrical-coordinate representation of color #A4DA60: hue angle of 86.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4DA60 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 96 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.15 |
| HSL | 86.56º | 0.62% | 0.62% | - |
| HSV(B) | 86.56º | 0.56% | 0.85% | - |
| XYZ | 42.49 | 58.88 | 20.19 | - |
| YUV | 187.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 96 | 0.25 | 0 | 0.56 | 0.15 | 86.56 | 0.62 | 0.62 |
| Hex | A4 | DA | 60 | 19 | 0 | 38 | F | 57 | 3E | 3E |
| Octal | 244 | 332 | 140 | 31 | 0 | 70 | 17 | 127 | 76 | 76 |
| Binary | 10100100 | 11011010 | 1100000 | 11001 | 0 | 111000 | 1111 | 1010111 | 111110 | 111110 |
Color Harmonies of #A4DA60
Complementary color
Monochromatic Colors of #A4DA60
Black with #A4DA60
Text Example
Text Example
White with #A4DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA60; }
p { color: rgb(164,218,96); }
H1.HeaderClassName
{
color: #A4DA60;
}
.AnyTagClassName
{
color: #A4DA60;
}
</style>
background-color css
<style>
a { background-color: #A4DA60; }
a { background-color: rgb(164,218,96); }
div.DivClassName
{
background-color: #A4DA60;
}
.BgClassName
{
background-color: #A4DA60;
}
</style>
border-color css
<style>
span { border-color: #A4DA60; }
span { border-color: rgb(164,218,96); }
td.TdClassName
{
border-color: #A4DA60;
}
.TagClassName
{
border-color: #A4DA60;
}
</style>