Shades of Conifer #A8D04C
Tints of Conifer #A8D04C
RGB
CMYK
RGB Variations
Color information
#A8D04C (or 0xA8D04C) is known color: Conifer. HEX triplet: A8, D0 and 4C. RGB value is (168,208,76). Sum of RGB (Red+Green+Blue) = 168+208+76=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D04C is #572FB3. Grayscale: #B5B5B5. Windows color (decimal): -5713844 or 5034152. OLE color: 5034152.
HSL color Cylindrical-coordinate representation of color #A8D04C: hue angle of 78.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8D04C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 76 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.18 |
| HSL | 78.18º | 0.58% | 0.56% | - |
| HSV(B) | 78.18º | 0.63% | 0.82% | - |
| XYZ | 40.01 | 53.96 | 15.14 | - |
| YUV | 180.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 76 | 0.19 | 0 | 0.63 | 0.18 | 78.18 | 0.58 | 0.56 |
| Hex | A8 | D0 | 4C | 13 | 0 | 3F | 12 | 4E | 3A | 38 |
| Octal | 250 | 320 | 114 | 23 | 0 | 77 | 22 | 116 | 72 | 70 |
| Binary | 10101000 | 11010000 | 1001100 | 10011 | 0 | 111111 | 10010 | 1001110 | 111010 | 111000 |
Color Harmonies of #A8D04C
Complementary color
Monochromatic Colors of #A8D04C
Black with #A8D04C
Text Example
Text Example
White with #A8D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D04C; }
p { color: rgb(168,208,76); }
H1.HeaderClassName
{
color: #A8D04C;
}
.AnyTagClassName
{
color: #A8D04C;
}
</style>
background-color css
<style>
a { background-color: #A8D04C; }
a { background-color: rgb(168,208,76); }
div.DivClassName
{
background-color: #A8D04C;
}
.BgClassName
{
background-color: #A8D04C;
}
</style>
border-color css
<style>
span { border-color: #A8D04C; }
span { border-color: rgb(168,208,76); }
td.TdClassName
{
border-color: #A8D04C;
}
.TagClassName
{
border-color: #A8D04C;
}
</style>