Shades of Conifer #A8CD4E
Tints of Conifer #A8CD4E
RGB
CMYK
RGB Variations
Color information
#A8CD4E (or 0xA8CD4E) is known color: Conifer. HEX triplet: A8, CD and 4E. RGB value is (168,205,78). Sum of RGB (Red+Green+Blue) = 168+205+78=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD4E is #5732B1. Grayscale: #B3B3B3. Windows color (decimal): -5714610 or 5164456. OLE color: 5164456.
HSL color Cylindrical-coordinate representation of color #A8CD4E: hue angle of 77.48º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8CD4E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 78 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.20 |
| HSL | 77.48º | 0.56% | 0.55% | - |
| HSV(B) | 77.48º | 0.62% | 0.8% | - |
| XYZ | 39.35 | 52.54 | 15.27 | - |
| YUV | 179.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 78 | 0.18 | 0 | 0.62 | 0.20 | 77.48 | 0.56 | 0.55 |
| Hex | A8 | CD | 4E | 12 | 0 | 3E | 14 | 4D | 38 | 37 |
| Octal | 250 | 315 | 116 | 22 | 0 | 76 | 24 | 115 | 70 | 67 |
| Binary | 10101000 | 11001101 | 1001110 | 10010 | 0 | 111110 | 10100 | 1001101 | 111000 | 110111 |
Color Harmonies of #A8CD4E
Complementary color
Monochromatic Colors of #A8CD4E
Black with #A8CD4E
Text Example
Text Example
White with #A8CD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD4E; }
p { color: rgb(168,205,78); }
H1.HeaderClassName
{
color: #A8CD4E;
}
.AnyTagClassName
{
color: #A8CD4E;
}
</style>
background-color css
<style>
a { background-color: #A8CD4E; }
a { background-color: rgb(168,205,78); }
div.DivClassName
{
background-color: #A8CD4E;
}
.BgClassName
{
background-color: #A8CD4E;
}
</style>
border-color css
<style>
span { border-color: #A8CD4E; }
span { border-color: rgb(168,205,78); }
td.TdClassName
{
border-color: #A8CD4E;
}
.TagClassName
{
border-color: #A8CD4E;
}
</style>