Shades of Citrus #9AB513
Tints of Citrus #9AB513
RGB
CMYK
RGB Variations
Color information
#9AB513 (or 0x9AB513) is known color: Citrus. HEX triplet: 9A, B5 and 13. RGB value is (154,181,19). Sum of RGB (Red+Green+Blue) = 154+181+19=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB513 is #654AEC. Grayscale: #9B9B9B. Windows color (decimal): -6638317 or 1291674. OLE color: 1291674.
HSL color Cylindrical-coordinate representation of color #9AB513: hue angle of 70º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AB513 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.29 |
| HSL | 70º | 0.81% | 0.39% | - |
| HSV(B) | 70º | 0.9% | 0.71% | - |
| XYZ | 29.97 | 39.96 | 6.75 | - |
| YUV | 154.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 19 | 0.15 | 0 | 0.90 | 0.29 | 70 | 0.81 | 0.39 |
| Hex | 9A | B5 | 13 | F | 0 | 5A | 1D | 46 | 51 | 27 |
| Octal | 232 | 265 | 23 | 17 | 0 | 132 | 35 | 106 | 121 | 47 |
| Binary | 10011010 | 10110101 | 10011 | 1111 | 0 | 1011010 | 11101 | 1000110 | 1010001 | 100111 |
Color Harmonies of #9AB513
Complementary color
Monochromatic Colors of #9AB513
Black with #9AB513
Text Example
Text Example
White with #9AB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB513; }
p { color: rgb(154,181,19); }
H1.HeaderClassName
{
color: #9AB513;
}
.AnyTagClassName
{
color: #9AB513;
}
</style>
background-color css
<style>
a { background-color: #9AB513; }
a { background-color: rgb(154,181,19); }
div.DivClassName
{
background-color: #9AB513;
}
.BgClassName
{
background-color: #9AB513;
}
</style>
border-color css
<style>
span { border-color: #9AB513; }
span { border-color: rgb(154,181,19); }
td.TdClassName
{
border-color: #9AB513;
}
.TagClassName
{
border-color: #9AB513;
}
</style>