Shades of Conifer #A8D24C
Tints of Conifer #A8D24C
RGB
CMYK
RGB Variations
Color information
#A8D24C (or 0xA8D24C) is known color: Conifer. HEX triplet: A8, D2 and 4C. RGB value is (168,210,76). Sum of RGB (Red+Green+Blue) = 168+210+76=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D24C is #572DB3. Grayscale: #B6B6B6. Windows color (decimal): -5713332 or 5034664. OLE color: 5034664.
HSL color Cylindrical-coordinate representation of color #A8D24C: hue angle of 78.81º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D24C is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 76 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.18 |
| HSL | 78.81º | 0.6% | 0.56% | - |
| HSV(B) | 78.81º | 0.64% | 0.82% | - |
| XYZ | 40.5 | 54.94 | 15.31 | - |
| YUV | 182.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 76 | 0.2 | 0 | 0.64 | 0.18 | 78.81 | 0.6 | 0.56 |
| Hex | A8 | D2 | 4C | 14 | 0 | 40 | 12 | 4F | 3C | 38 |
| Octal | 250 | 322 | 114 | 24 | 0 | 100 | 22 | 117 | 74 | 70 |
| Binary | 10101000 | 11010010 | 1001100 | 10100 | 0 | 1000000 | 10010 | 1001111 | 111100 | 111000 |
Color Harmonies of #A8D24C
Complementary color
Monochromatic Colors of #A8D24C
Black with #A8D24C
Text Example
Text Example
White with #A8D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D24C; }
p { color: rgb(168,210,76); }
H1.HeaderClassName
{
color: #A8D24C;
}
.AnyTagClassName
{
color: #A8D24C;
}
</style>
background-color css
<style>
a { background-color: #A8D24C; }
a { background-color: rgb(168,210,76); }
div.DivClassName
{
background-color: #A8D24C;
}
.BgClassName
{
background-color: #A8D24C;
}
</style>
border-color css
<style>
span { border-color: #A8D24C; }
span { border-color: rgb(168,210,76); }
td.TdClassName
{
border-color: #A8D24C;
}
.TagClassName
{
border-color: #A8D24C;
}
</style>