Shades of Olivine #9DD369
Tints of Olivine #9DD369
RGB
CMYK
RGB Variations
Color information
#9DD369 (or 0x9DD369) is known color: Olivine. HEX triplet: 9D, D3 and 69. RGB value is (157,211,105). Sum of RGB (Red+Green+Blue) = 157+211+105=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD369 is #622C96. Grayscale: #B7B7B7. Windows color (decimal): -6433943 or 6935453. OLE color: 6935453.
HSL color Cylindrical-coordinate representation of color #9DD369: hue angle of 90.57º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD369 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 105 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.17 |
| HSL | 90.57º | 0.55% | 0.62% | - |
| HSV(B) | 90.57º | 0.5% | 0.83% | - |
| XYZ | 39.75 | 54.78 | 21.84 | - |
| YUV | 182.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 105 | 0.26 | 0 | 0.50 | 0.17 | 90.57 | 0.55 | 0.62 |
| Hex | 9D | D3 | 69 | 1A | 0 | 32 | 11 | 5B | 37 | 3E |
| Octal | 235 | 323 | 151 | 32 | 0 | 62 | 21 | 133 | 67 | 76 |
| Binary | 10011101 | 11010011 | 1101001 | 11010 | 0 | 110010 | 10001 | 1011011 | 110111 | 111110 |
Color Harmonies of #9DD369
Complementary color
Monochromatic Colors of #9DD369
Black with #9DD369
Text Example
Text Example
White with #9DD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD369; }
p { color: rgb(157,211,105); }
H1.HeaderClassName
{
color: #9DD369;
}
.AnyTagClassName
{
color: #9DD369;
}
</style>
background-color css
<style>
a { background-color: #9DD369; }
a { background-color: rgb(157,211,105); }
div.DivClassName
{
background-color: #9DD369;
}
.BgClassName
{
background-color: #9DD369;
}
</style>
border-color css
<style>
span { border-color: #9DD369; }
span { border-color: rgb(157,211,105); }
td.TdClassName
{
border-color: #9DD369;
}
.TagClassName
{
border-color: #9DD369;
}
</style>