Shades of Olivine #9DD26B
Tints of Olivine #9DD26B
RGB
CMYK
RGB Variations
Color information
#9DD26B (or 0x9DD26B) is known color: Olivine. HEX triplet: 9D, D2 and 6B. RGB value is (157,210,107). Sum of RGB (Red+Green+Blue) = 157+210+107=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD26B is #622D94. Grayscale: #B6B6B6. Windows color (decimal): -6434197 or 7066269. OLE color: 7066269.
HSL color Cylindrical-coordinate representation of color #9DD26B: hue angle of 90.87º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DD26B is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 107 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.18 |
| HSL | 90.87º | 0.53% | 0.62% | - |
| HSV(B) | 90.87º | 0.49% | 0.82% | - |
| XYZ | 39.61 | 54.32 | 22.31 | - |
| YUV | 182.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 107 | 0.25 | 0 | 0.49 | 0.18 | 90.87 | 0.53 | 0.62 |
| Hex | 9D | D2 | 6B | 19 | 0 | 31 | 12 | 5B | 35 | 3E |
| Octal | 235 | 322 | 153 | 31 | 0 | 61 | 22 | 133 | 65 | 76 |
| Binary | 10011101 | 11010010 | 1101011 | 11001 | 0 | 110001 | 10010 | 1011011 | 110101 | 111110 |
Color Harmonies of #9DD26B
Complementary color
Monochromatic Colors of #9DD26B
Black with #9DD26B
Text Example
Text Example
White with #9DD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD26B; }
p { color: rgb(157,210,107); }
H1.HeaderClassName
{
color: #9DD26B;
}
.AnyTagClassName
{
color: #9DD26B;
}
</style>
background-color css
<style>
a { background-color: #9DD26B; }
a { background-color: rgb(157,210,107); }
div.DivClassName
{
background-color: #9DD26B;
}
.BgClassName
{
background-color: #9DD26B;
}
</style>
border-color css
<style>
span { border-color: #9DD26B; }
span { border-color: rgb(157,210,107); }
td.TdClassName
{
border-color: #9DD26B;
}
.TagClassName
{
border-color: #9DD26B;
}
</style>