Shades of Olivine #9AD262
Tints of Olivine #9AD262
RGB
CMYK
RGB Variations
Color information
#9AD262 (or 0x9AD262) is known color: Olivine. HEX triplet: 9A, D2 and 62. RGB value is (154,210,98). Sum of RGB (Red+Green+Blue) = 154+210+98=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD262 is #652D9D. Grayscale: #B4B4B4. Windows color (decimal): -6630814 or 6476442. OLE color: 6476442.
HSL color Cylindrical-coordinate representation of color #9AD262: hue angle of 90º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AD262 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 98 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.18 |
| HSL | 90º | 0.55% | 0.6% | - |
| HSV(B) | 90º | 0.53% | 0.82% | - |
| XYZ | 38.58 | 53.85 | 19.92 | - |
| YUV | 180.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 98 | 0.27 | 0 | 0.53 | 0.18 | 90 | 0.55 | 0.6 |
| Hex | 9A | D2 | 62 | 1B | 0 | 35 | 12 | 5A | 37 | 3C |
| Octal | 232 | 322 | 142 | 33 | 0 | 65 | 22 | 132 | 67 | 74 |
| Binary | 10011010 | 11010010 | 1100010 | 11011 | 0 | 110101 | 10010 | 1011010 | 110111 | 111100 |
Color Harmonies of #9AD262
Complementary color
Monochromatic Colors of #9AD262
Black with #9AD262
Text Example
Text Example
White with #9AD262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD262; }
p { color: rgb(154,210,98); }
H1.HeaderClassName
{
color: #9AD262;
}
.AnyTagClassName
{
color: #9AD262;
}
</style>
background-color css
<style>
a { background-color: #9AD262; }
a { background-color: rgb(154,210,98); }
div.DivClassName
{
background-color: #9AD262;
}
.BgClassName
{
background-color: #9AD262;
}
</style>
border-color css
<style>
span { border-color: #9AD262; }
span { border-color: rgb(154,210,98); }
td.TdClassName
{
border-color: #9AD262;
}
.TagClassName
{
border-color: #9AD262;
}
</style>