Shades of Citrus #9AAB13
Tints of Citrus #9AAB13
RGB
CMYK
RGB Variations
Color information
#9AAB13 (or 0x9AAB13) is known color: Citrus. HEX triplet: 9A, AB and 13. RGB value is (154,171,19). Sum of RGB (Red+Green+Blue) = 154+171+19=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAB13 is #6554EC. Grayscale: #959595. Windows color (decimal): -6640877 or 1289114. OLE color: 1289114.
HSL color Cylindrical-coordinate representation of color #9AAB13: hue angle of 66.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9AAB13 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 19 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.33 |
| HSL | 66.71º | 0.8% | 0.37% | - |
| HSV(B) | 66.71º | 0.89% | 0.67% | - |
| XYZ | 28.01 | 36.04 | 6.1 | - |
| YUV | 148.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 19 | 0.10 | 0 | 0.89 | 0.33 | 66.71 | 0.8 | 0.37 |
| Hex | 9A | AB | 13 | A | 0 | 59 | 21 | 43 | 50 | 25 |
| Octal | 232 | 253 | 23 | 12 | 0 | 131 | 41 | 103 | 120 | 45 |
| Binary | 10011010 | 10101011 | 10011 | 1010 | 0 | 1011001 | 100001 | 1000011 | 1010000 | 100101 |
Color Harmonies of #9AAB13
Complementary color
Monochromatic Colors of #9AAB13
Black with #9AAB13
Text Example
Text Example
White with #9AAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB13; }
p { color: rgb(154,171,19); }
H1.HeaderClassName
{
color: #9AAB13;
}
.AnyTagClassName
{
color: #9AAB13;
}
</style>
background-color css
<style>
a { background-color: #9AAB13; }
a { background-color: rgb(154,171,19); }
div.DivClassName
{
background-color: #9AAB13;
}
.BgClassName
{
background-color: #9AAB13;
}
</style>
border-color css
<style>
span { border-color: #9AAB13; }
span { border-color: rgb(154,171,19); }
td.TdClassName
{
border-color: #9AAB13;
}
.TagClassName
{
border-color: #9AAB13;
}
</style>