Shades of Citrus #9AB408
Tints of Citrus #9AB408
RGB
CMYK
RGB Variations
Color information
#9AB408 (or 0x9AB408) is known color: Citrus. HEX triplet: 9A, B4 and 08. RGB value is (154,180,8). Sum of RGB (Red+Green+Blue) = 154+180+8=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB408 is #654BF7. Grayscale: #999999. Windows color (decimal): -6638584 or 570522. OLE color: 570522.
HSL color Cylindrical-coordinate representation of color #9AB408: hue angle of 69.07º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AB408 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.29 |
| HSL | 69.07º | 0.91% | 0.37% | - |
| HSV(B) | 69.07º | 0.96% | 0.71% | - |
| XYZ | 29.69 | 39.53 | 6.29 | - |
| YUV | 152.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 8 | 0.14 | 0 | 0.96 | 0.29 | 69.07 | 0.91 | 0.37 |
| Hex | 9A | B4 | 8 | E | 0 | 60 | 1D | 45 | 5B | 25 |
| Octal | 232 | 264 | 10 | 16 | 0 | 140 | 35 | 105 | 133 | 45 |
| Binary | 10011010 | 10110100 | 1000 | 1110 | 0 | 1100000 | 11101 | 1000101 | 1011011 | 100101 |
Color Harmonies of #9AB408
Complementary color
Monochromatic Colors of #9AB408
Black with #9AB408
Text Example
Text Example
White with #9AB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB408; }
p { color: rgb(154,180,8); }
H1.HeaderClassName
{
color: #9AB408;
}
.AnyTagClassName
{
color: #9AB408;
}
</style>
background-color css
<style>
a { background-color: #9AB408; }
a { background-color: rgb(154,180,8); }
div.DivClassName
{
background-color: #9AB408;
}
.BgClassName
{
background-color: #9AB408;
}
</style>
border-color css
<style>
span { border-color: #9AB408; }
span { border-color: rgb(154,180,8); }
td.TdClassName
{
border-color: #9AB408;
}
.TagClassName
{
border-color: #9AB408;
}
</style>