Shades of Citrus #9AB402
Tints of Citrus #9AB402
RGB
CMYK
RGB Variations
Color information
#9AB402 (or 0x9AB402) is known color: Citrus. HEX triplet: 9A, B4 and 02. RGB value is (154,180,2). Sum of RGB (Red+Green+Blue) = 154+180+2=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB402 is #654BFD. Grayscale: #989898. Windows color (decimal): -6638590 or 177306. OLE color: 177306.
HSL color Cylindrical-coordinate representation of color #9AB402: hue angle of 68.76º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AB402 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.29 |
| HSL | 68.76º | 0.98% | 0.36% | - |
| HSV(B) | 68.76º | 0.99% | 0.71% | - |
| XYZ | 29.66 | 39.52 | 6.12 | - |
| YUV | 151.93 | 43.39 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 2 | 0.14 | 0 | 0.99 | 0.29 | 68.76 | 0.98 | 0.36 |
| Hex | 9A | B4 | 2 | E | 0 | 63 | 1D | 45 | 62 | 24 |
| Octal | 232 | 264 | 2 | 16 | 0 | 143 | 35 | 105 | 142 | 44 |
| Binary | 10011010 | 10110100 | 10 | 1110 | 0 | 1100011 | 11101 | 1000101 | 1100010 | 100100 |
Color Harmonies of #9AB402
Complementary color
Monochromatic Colors of #9AB402
Black with #9AB402
Text Example
Text Example
White with #9AB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB402; }
p { color: rgb(154,180,2); }
H1.HeaderClassName
{
color: #9AB402;
}
.AnyTagClassName
{
color: #9AB402;
}
</style>
background-color css
<style>
a { background-color: #9AB402; }
a { background-color: rgb(154,180,2); }
div.DivClassName
{
background-color: #9AB402;
}
.BgClassName
{
background-color: #9AB402;
}
</style>
border-color css
<style>
span { border-color: #9AB402; }
span { border-color: rgb(154,180,2); }
td.TdClassName
{
border-color: #9AB402;
}
.TagClassName
{
border-color: #9AB402;
}
</style>