Shades of Olivine #9DC274
Tints of Olivine #9DC274
RGB
CMYK
RGB Variations
Color information
#9DC274 (or 0x9DC274) is known color: Olivine. HEX triplet: 9D, C2 and 74. RGB value is (157,194,116). Sum of RGB (Red+Green+Blue) = 157+194+116=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC274 is #623D8B. Grayscale: #AEAEAE. Windows color (decimal): -6438284 or 7651997. OLE color: 7651997.
HSL color Cylindrical-coordinate representation of color #9DC274: hue angle of 88.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC274 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 116 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.24 |
| HSL | 88.46º | 0.39% | 0.61% | - |
| HSV(B) | 88.46º | 0.4% | 0.76% | - |
| XYZ | 36.35 | 47.01 | 23.68 | - |
| YUV | 174.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 116 | 0.19 | 0 | 0.40 | 0.24 | 88.46 | 0.39 | 0.61 |
| Hex | 9D | C2 | 74 | 13 | 0 | 28 | 18 | 58 | 27 | 3D |
| Octal | 235 | 302 | 164 | 23 | 0 | 50 | 30 | 130 | 47 | 75 |
| Binary | 10011101 | 11000010 | 1110100 | 10011 | 0 | 101000 | 11000 | 1011000 | 100111 | 111101 |
Color Harmonies of #9DC274
Complementary color
Monochromatic Colors of #9DC274
Black with #9DC274
Text Example
Text Example
White with #9DC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC274; }
p { color: rgb(157,194,116); }
H1.HeaderClassName
{
color: #9DC274;
}
.AnyTagClassName
{
color: #9DC274;
}
</style>
background-color css
<style>
a { background-color: #9DC274; }
a { background-color: rgb(157,194,116); }
div.DivClassName
{
background-color: #9DC274;
}
.BgClassName
{
background-color: #9DC274;
}
</style>
border-color css
<style>
span { border-color: #9DC274; }
span { border-color: rgb(157,194,116); }
td.TdClassName
{
border-color: #9DC274;
}
.TagClassName
{
border-color: #9DC274;
}
</style>