Shades of Olivine #A8CD6E
Tints of Olivine #A8CD6E
RGB
CMYK
RGB Variations
Color information
#A8CD6E (or 0xA8CD6E) is known color: Olivine. HEX triplet: A8, CD and 6E. RGB value is (168,205,110). Sum of RGB (Red+Green+Blue) = 168+205+110=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD6E is #573291. Grayscale: #B7B7B7. Windows color (decimal): -5714578 or 7261608. OLE color: 7261608.
HSL color Cylindrical-coordinate representation of color #A8CD6E: hue angle of 83.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8CD6E is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 110 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.20 |
| HSL | 83.37º | 0.49% | 0.62% | - |
| HSV(B) | 83.37º | 0.46% | 0.8% | - |
| XYZ | 40.79 | 53.11 | 22.85 | - |
| YUV | 183.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 110 | 0.18 | 0 | 0.46 | 0.20 | 83.37 | 0.49 | 0.62 |
| Hex | A8 | CD | 6E | 12 | 0 | 2E | 14 | 53 | 31 | 3E |
| Octal | 250 | 315 | 156 | 22 | 0 | 56 | 24 | 123 | 61 | 76 |
| Binary | 10101000 | 11001101 | 1101110 | 10010 | 0 | 101110 | 10100 | 1010011 | 110001 | 111110 |
Color Harmonies of #A8CD6E
Complementary color
Monochromatic Colors of #A8CD6E
Black with #A8CD6E
Text Example
Text Example
White with #A8CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD6E; }
p { color: rgb(168,205,110); }
H1.HeaderClassName
{
color: #A8CD6E;
}
.AnyTagClassName
{
color: #A8CD6E;
}
</style>
background-color css
<style>
a { background-color: #A8CD6E; }
a { background-color: rgb(168,205,110); }
div.DivClassName
{
background-color: #A8CD6E;
}
.BgClassName
{
background-color: #A8CD6E;
}
</style>
border-color css
<style>
span { border-color: #A8CD6E; }
span { border-color: rgb(168,205,110); }
td.TdClassName
{
border-color: #A8CD6E;
}
.TagClassName
{
border-color: #A8CD6E;
}
</style>