Shades of Olivine #9ACF6E
Tints of Olivine #9ACF6E
RGB
CMYK
RGB Variations
Color information
#9ACF6E (or 0x9ACF6E) is known color: Olivine. HEX triplet: 9A, CF and 6E. RGB value is (154,207,110). Sum of RGB (Red+Green+Blue) = 154+207+110=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF6E is #653091. Grayscale: #B4B4B4. Windows color (decimal): -6631570 or 7262106. OLE color: 7262106.
HSL color Cylindrical-coordinate representation of color #9ACF6E: hue angle of 92.78º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ACF6E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 110 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.19 |
| HSL | 92.78º | 0.5% | 0.62% | - |
| HSV(B) | 92.78º | 0.47% | 0.81% | - |
| XYZ | 38.45 | 52.62 | 22.88 | - |
| YUV | 180.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 110 | 0.26 | 0 | 0.47 | 0.19 | 92.78 | 0.5 | 0.62 |
| Hex | 9A | CF | 6E | 1A | 0 | 2F | 13 | 5D | 32 | 3E |
| Octal | 232 | 317 | 156 | 32 | 0 | 57 | 23 | 135 | 62 | 76 |
| Binary | 10011010 | 11001111 | 1101110 | 11010 | 0 | 101111 | 10011 | 1011101 | 110010 | 111110 |
Color Harmonies of #9ACF6E
Complementary color
Monochromatic Colors of #9ACF6E
Black with #9ACF6E
Text Example
Text Example
White with #9ACF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF6E; }
p { color: rgb(154,207,110); }
H1.HeaderClassName
{
color: #9ACF6E;
}
.AnyTagClassName
{
color: #9ACF6E;
}
</style>
background-color css
<style>
a { background-color: #9ACF6E; }
a { background-color: rgb(154,207,110); }
div.DivClassName
{
background-color: #9ACF6E;
}
.BgClassName
{
background-color: #9ACF6E;
}
</style>
border-color css
<style>
span { border-color: #9ACF6E; }
span { border-color: rgb(154,207,110); }
td.TdClassName
{
border-color: #9ACF6E;
}
.TagClassName
{
border-color: #9ACF6E;
}
</style>