Shades of Conifer #A8D84A
Tints of Conifer #A8D84A
RGB
CMYK
RGB Variations
Color information
#A8D84A (or 0xA8D84A) is known color: Conifer. HEX triplet: A8, D8 and 4A. RGB value is (168,216,74). Sum of RGB (Red+Green+Blue) = 168+216+74=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D84A is #5727B5. Grayscale: #B9B9B9. Windows color (decimal): -5711798 or 4905128. OLE color: 4905128.
HSL color Cylindrical-coordinate representation of color #A8D84A: hue angle of 80.28º degrees, saturation: 0.65, 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 #A8D84A is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 74 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.15 |
| HSL | 80.28º | 0.65% | 0.57% | - |
| HSV(B) | 80.28º | 0.66% | 0.85% | - |
| XYZ | 41.94 | 57.93 | 15.45 | - |
| YUV | 185.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 74 | 0.22 | 0 | 0.66 | 0.15 | 80.28 | 0.65 | 0.57 |
| Hex | A8 | D8 | 4A | 16 | 0 | 42 | F | 50 | 41 | 39 |
| Octal | 250 | 330 | 112 | 26 | 0 | 102 | 17 | 120 | 101 | 71 |
| Binary | 10101000 | 11011000 | 1001010 | 10110 | 0 | 1000010 | 1111 | 1010000 | 1000001 | 111001 |
Color Harmonies of #A8D84A
Complementary color
Monochromatic Colors of #A8D84A
Black with #A8D84A
Text Example
Text Example
White with #A8D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D84A; }
p { color: rgb(168,216,74); }
H1.HeaderClassName
{
color: #A8D84A;
}
.AnyTagClassName
{
color: #A8D84A;
}
</style>
background-color css
<style>
a { background-color: #A8D84A; }
a { background-color: rgb(168,216,74); }
div.DivClassName
{
background-color: #A8D84A;
}
.BgClassName
{
background-color: #A8D84A;
}
</style>
border-color css
<style>
span { border-color: #A8D84A; }
span { border-color: rgb(168,216,74); }
td.TdClassName
{
border-color: #A8D84A;
}
.TagClassName
{
border-color: #A8D84A;
}
</style>