Shades of Olivine #9ACF5F
Tints of Olivine #9ACF5F
RGB
CMYK
RGB Variations
Color information
#9ACF5F (or 0x9ACF5F) is known color: Olivine. HEX triplet: 9A, CF and 5F. RGB value is (154,207,95). Sum of RGB (Red+Green+Blue) = 154+207+95=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF5F is #6530A0. Grayscale: #B2B2B2. Windows color (decimal): -6631585 or 6279066. OLE color: 6279066.
HSL color Cylindrical-coordinate representation of color #9ACF5F: hue angle of 88.39º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ACF5F is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 95 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.19 |
| HSL | 88.39º | 0.54% | 0.59% | - |
| HSV(B) | 88.39º | 0.54% | 0.81% | - |
| XYZ | 37.7 | 52.32 | 18.94 | - |
| YUV | 178.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 95 | 0.26 | 0 | 0.54 | 0.19 | 88.39 | 0.54 | 0.59 |
| Hex | 9A | CF | 5F | 1A | 0 | 36 | 13 | 58 | 36 | 3B |
| Octal | 232 | 317 | 137 | 32 | 0 | 66 | 23 | 130 | 66 | 73 |
| Binary | 10011010 | 11001111 | 1011111 | 11010 | 0 | 110110 | 10011 | 1011000 | 110110 | 111011 |
Color Harmonies of #9ACF5F
Complementary color
Monochromatic Colors of #9ACF5F
Black with #9ACF5F
Text Example
Text Example
White with #9ACF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF5F; }
p { color: rgb(154,207,95); }
H1.HeaderClassName
{
color: #9ACF5F;
}
.AnyTagClassName
{
color: #9ACF5F;
}
</style>
background-color css
<style>
a { background-color: #9ACF5F; }
a { background-color: rgb(154,207,95); }
div.DivClassName
{
background-color: #9ACF5F;
}
.BgClassName
{
background-color: #9ACF5F;
}
</style>
border-color css
<style>
span { border-color: #9ACF5F; }
span { border-color: rgb(154,207,95); }
td.TdClassName
{
border-color: #9ACF5F;
}
.TagClassName
{
border-color: #9ACF5F;
}
</style>