Shades of Citrus #9AB405
Tints of Citrus #9AB405
RGB
CMYK
RGB Variations
Color information
#9AB405 (or 0x9AB405) is known color: Citrus. HEX triplet: 9A, B4 and 05. RGB value is (154,180,5). Sum of RGB (Red+Green+Blue) = 154+180+5=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB405 is #654BFA. Grayscale: #989898. Windows color (decimal): -6638587 or 373914. OLE color: 373914.
HSL color Cylindrical-coordinate representation of color #9AB405: hue angle of 68.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AB405 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.29 |
| HSL | 68.91º | 0.95% | 0.36% | - |
| HSV(B) | 68.91º | 0.97% | 0.71% | - |
| XYZ | 29.68 | 39.52 | 6.21 | - |
| YUV | 152.28 | 44.89 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 5 | 0.14 | 0 | 0.97 | 0.29 | 68.91 | 0.95 | 0.36 |
| Hex | 9A | B4 | 5 | E | 0 | 61 | 1D | 45 | 5F | 24 |
| Octal | 232 | 264 | 5 | 16 | 0 | 141 | 35 | 105 | 137 | 44 |
| Binary | 10011010 | 10110100 | 101 | 1110 | 0 | 1100001 | 11101 | 1000101 | 1011111 | 100100 |
Color Harmonies of #9AB405
Complementary color
Monochromatic Colors of #9AB405
Black with #9AB405
Text Example
Text Example
White with #9AB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB405; }
p { color: rgb(154,180,5); }
H1.HeaderClassName
{
color: #9AB405;
}
.AnyTagClassName
{
color: #9AB405;
}
</style>
background-color css
<style>
a { background-color: #9AB405; }
a { background-color: rgb(154,180,5); }
div.DivClassName
{
background-color: #9AB405;
}
.BgClassName
{
background-color: #9AB405;
}
</style>
border-color css
<style>
span { border-color: #9AB405; }
span { border-color: rgb(154,180,5); }
td.TdClassName
{
border-color: #9AB405;
}
.TagClassName
{
border-color: #9AB405;
}
</style>