Shades of Olivine #A8CD6C
Tints of Olivine #A8CD6C
RGB
CMYK
RGB Variations
Color information
#A8CD6C (or 0xA8CD6C) is known color: Olivine. HEX triplet: A8, CD and 6C. RGB value is (168,205,108). Sum of RGB (Red+Green+Blue) = 168+205+108=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD6C is #573293. Grayscale: #B7B7B7. Windows color (decimal): -5714580 or 7130536. OLE color: 7130536.
HSL color Cylindrical-coordinate representation of color #A8CD6C: hue angle of 82.89º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8CD6C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 108 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.20 |
| HSL | 82.89º | 0.49% | 0.61% | - |
| HSV(B) | 82.89º | 0.47% | 0.8% | - |
| XYZ | 40.69 | 53.07 | 22.29 | - |
| YUV | 182.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 108 | 0.18 | 0 | 0.47 | 0.20 | 82.89 | 0.49 | 0.61 |
| Hex | A8 | CD | 6C | 12 | 0 | 2F | 14 | 53 | 31 | 3D |
| Octal | 250 | 315 | 154 | 22 | 0 | 57 | 24 | 123 | 61 | 75 |
| Binary | 10101000 | 11001101 | 1101100 | 10010 | 0 | 101111 | 10100 | 1010011 | 110001 | 111101 |
Color Harmonies of #A8CD6C
Complementary color
Monochromatic Colors of #A8CD6C
Black with #A8CD6C
Text Example
Text Example
White with #A8CD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD6C; }
p { color: rgb(168,205,108); }
H1.HeaderClassName
{
color: #A8CD6C;
}
.AnyTagClassName
{
color: #A8CD6C;
}
</style>
background-color css
<style>
a { background-color: #A8CD6C; }
a { background-color: rgb(168,205,108); }
div.DivClassName
{
background-color: #A8CD6C;
}
.BgClassName
{
background-color: #A8CD6C;
}
</style>
border-color css
<style>
span { border-color: #A8CD6C; }
span { border-color: rgb(168,205,108); }
td.TdClassName
{
border-color: #A8CD6C;
}
.TagClassName
{
border-color: #A8CD6C;
}
</style>