Shades of Olivine #9DC474
Tints of Olivine #9DC474
RGB
CMYK
RGB Variations
Color information
#9DC474 (or 0x9DC474) is known color: Olivine. HEX triplet: 9D, C4 and 74. RGB value is (157,196,116). Sum of RGB (Red+Green+Blue) = 157+196+116=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC474 is #623B8B. Grayscale: #AFAFAF. Windows color (decimal): -6437772 or 7652509. OLE color: 7652509.
HSL color Cylindrical-coordinate representation of color #9DC474: hue angle of 89.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DC474 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 116 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.23 |
| HSL | 89.25º | 0.4% | 0.61% | - |
| HSV(B) | 89.25º | 0.41% | 0.77% | - |
| XYZ | 36.8 | 47.91 | 23.83 | - |
| YUV | 175.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 116 | 0.20 | 0 | 0.41 | 0.23 | 89.25 | 0.4 | 0.61 |
| Hex | 9D | C4 | 74 | 14 | 0 | 29 | 17 | 59 | 28 | 3D |
| Octal | 235 | 304 | 164 | 24 | 0 | 51 | 27 | 131 | 50 | 75 |
| Binary | 10011101 | 11000100 | 1110100 | 10100 | 0 | 101001 | 10111 | 1011001 | 101000 | 111101 |
Color Harmonies of #9DC474
Complementary color
Monochromatic Colors of #9DC474
Black with #9DC474
Text Example
Text Example
White with #9DC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC474; }
p { color: rgb(157,196,116); }
H1.HeaderClassName
{
color: #9DC474;
}
.AnyTagClassName
{
color: #9DC474;
}
</style>
background-color css
<style>
a { background-color: #9DC474; }
a { background-color: rgb(157,196,116); }
div.DivClassName
{
background-color: #9DC474;
}
.BgClassName
{
background-color: #9DC474;
}
</style>
border-color css
<style>
span { border-color: #9DC474; }
span { border-color: rgb(157,196,116); }
td.TdClassName
{
border-color: #9DC474;
}
.TagClassName
{
border-color: #9DC474;
}
</style>