Shades of Conifer #A8D24D
Tints of Conifer #A8D24D
RGB
CMYK
RGB Variations
Color information
#A8D24D (or 0xA8D24D) is known color: Conifer. HEX triplet: A8, D2 and 4D. RGB value is (168,210,77). Sum of RGB (Red+Green+Blue) = 168+210+77=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D24D is #572DB2. Grayscale: #B6B6B6. Windows color (decimal): -5713331 or 5100200. OLE color: 5100200.
HSL color Cylindrical-coordinate representation of color #A8D24D: hue angle of 78.95º degrees, saturation: 0.6, 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 #A8D24D is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 77 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.18 |
| HSL | 78.95º | 0.6% | 0.56% | - |
| HSV(B) | 78.95º | 0.63% | 0.82% | - |
| XYZ | 40.53 | 54.95 | 15.49 | - |
| YUV | 182.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 77 | 0.2 | 0 | 0.63 | 0.18 | 78.95 | 0.6 | 0.56 |
| Hex | A8 | D2 | 4D | 14 | 0 | 3F | 12 | 4F | 3C | 38 |
| Octal | 250 | 322 | 115 | 24 | 0 | 77 | 22 | 117 | 74 | 70 |
| Binary | 10101000 | 11010010 | 1001101 | 10100 | 0 | 111111 | 10010 | 1001111 | 111100 | 111000 |
Color Harmonies of #A8D24D
Complementary color
Monochromatic Colors of #A8D24D
Black with #A8D24D
Text Example
Text Example
White with #A8D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D24D; }
p { color: rgb(168,210,77); }
H1.HeaderClassName
{
color: #A8D24D;
}
.AnyTagClassName
{
color: #A8D24D;
}
</style>
background-color css
<style>
a { background-color: #A8D24D; }
a { background-color: rgb(168,210,77); }
div.DivClassName
{
background-color: #A8D24D;
}
.BgClassName
{
background-color: #A8D24D;
}
</style>
border-color css
<style>
span { border-color: #A8D24D; }
span { border-color: rgb(168,210,77); }
td.TdClassName
{
border-color: #A8D24D;
}
.TagClassName
{
border-color: #A8D24D;
}
</style>