Shades of Citrus #9AB912
Tints of Citrus #9AB912
RGB
CMYK
RGB Variations
Color information
#9AB912 (or 0x9AB912) is known color: Citrus. HEX triplet: 9A, B9 and 12. RGB value is (154,185,18). Sum of RGB (Red+Green+Blue) = 154+185+18=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB912 is #6546ED. Grayscale: #9D9D9D. Windows color (decimal): -6637294 or 1227162. OLE color: 1227162.
HSL color Cylindrical-coordinate representation of color #9AB912: hue angle of 71.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AB912 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 18 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.27 |
| HSL | 71.14º | 0.82% | 0.4% | - |
| HSV(B) | 71.14º | 0.9% | 0.73% | - |
| XYZ | 30.78 | 41.61 | 6.98 | - |
| YUV | 156.69 | 49.73 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 18 | 0.17 | 0 | 0.90 | 0.27 | 71.14 | 0.82 | 0.4 |
| Hex | 9A | B9 | 12 | 11 | 0 | 5A | 1B | 47 | 52 | 28 |
| Octal | 232 | 271 | 22 | 21 | 0 | 132 | 33 | 107 | 122 | 50 |
| Binary | 10011010 | 10111001 | 10010 | 10001 | 0 | 1011010 | 11011 | 1000111 | 1010010 | 101000 |
Color Harmonies of #9AB912
Complementary color
Monochromatic Colors of #9AB912
Black with #9AB912
Text Example
Text Example
White with #9AB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB912; }
p { color: rgb(154,185,18); }
H1.HeaderClassName
{
color: #9AB912;
}
.AnyTagClassName
{
color: #9AB912;
}
</style>
background-color css
<style>
a { background-color: #9AB912; }
a { background-color: rgb(154,185,18); }
div.DivClassName
{
background-color: #9AB912;
}
.BgClassName
{
background-color: #9AB912;
}
</style>
border-color css
<style>
span { border-color: #9AB912; }
span { border-color: rgb(154,185,18); }
td.TdClassName
{
border-color: #9AB912;
}
.TagClassName
{
border-color: #9AB912;
}
</style>