Shades of Citrus #9AB905
Tints of Citrus #9AB905
RGB
CMYK
RGB Variations
Color information
#9AB905 (or 0x9AB905) is known color: Citrus. HEX triplet: 9A, B9 and 05. RGB value is (154,185,5). Sum of RGB (Red+Green+Blue) = 154+185+5=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB905 is #6546FA. Grayscale: #9B9B9B. Windows color (decimal): -6637307 or 375194. OLE color: 375194.
HSL color Cylindrical-coordinate representation of color #9AB905: hue angle of 70.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AB905 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.27 |
| HSL | 70.33º | 0.95% | 0.37% | - |
| HSV(B) | 70.33º | 0.97% | 0.73% | - |
| XYZ | 30.7 | 41.58 | 6.55 | - |
| YUV | 155.21 | 43.23 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 5 | 0.17 | 0 | 0.97 | 0.27 | 70.33 | 0.95 | 0.37 |
| Hex | 9A | B9 | 5 | 11 | 0 | 61 | 1B | 46 | 5F | 25 |
| Octal | 232 | 271 | 5 | 21 | 0 | 141 | 33 | 106 | 137 | 45 |
| Binary | 10011010 | 10111001 | 101 | 10001 | 0 | 1100001 | 11011 | 1000110 | 1011111 | 100101 |
Color Harmonies of #9AB905
Complementary color
Monochromatic Colors of #9AB905
Black with #9AB905
Text Example
Text Example
White with #9AB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB905; }
p { color: rgb(154,185,5); }
H1.HeaderClassName
{
color: #9AB905;
}
.AnyTagClassName
{
color: #9AB905;
}
</style>
background-color css
<style>
a { background-color: #9AB905; }
a { background-color: rgb(154,185,5); }
div.DivClassName
{
background-color: #9AB905;
}
.BgClassName
{
background-color: #9AB905;
}
</style>
border-color css
<style>
span { border-color: #9AB905; }
span { border-color: rgb(154,185,5); }
td.TdClassName
{
border-color: #9AB905;
}
.TagClassName
{
border-color: #9AB905;
}
</style>