Shades of Citrus #9AB810
Tints of Citrus #9AB810
RGB
CMYK
RGB Variations
Color information
#9AB810 (or 0x9AB810) is known color: Citrus. HEX triplet: 9A, B8 and 10. RGB value is (154,184,16). Sum of RGB (Red+Green+Blue) = 154+184+16=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB810 is #6547EF. Grayscale: #9C9C9C. Windows color (decimal): -6637552 or 1095834. OLE color: 1095834.
HSL color Cylindrical-coordinate representation of color #9AB810: hue angle of 70.71º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AB810 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 16 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.28 |
| HSL | 70.71º | 0.84% | 0.39% | - |
| HSV(B) | 70.71º | 0.91% | 0.72% | - |
| XYZ | 30.56 | 41.19 | 6.83 | - |
| YUV | 155.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 16 | 0.16 | 0 | 0.91 | 0.28 | 70.71 | 0.84 | 0.39 |
| Hex | 9A | B8 | 10 | 10 | 0 | 5B | 1C | 47 | 54 | 27 |
| Octal | 232 | 270 | 20 | 20 | 0 | 133 | 34 | 107 | 124 | 47 |
| Binary | 10011010 | 10111000 | 10000 | 10000 | 0 | 1011011 | 11100 | 1000111 | 1010100 | 100111 |
Color Harmonies of #9AB810
Complementary color
Monochromatic Colors of #9AB810
Black with #9AB810
Text Example
Text Example
White with #9AB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB810; }
p { color: rgb(154,184,16); }
H1.HeaderClassName
{
color: #9AB810;
}
.AnyTagClassName
{
color: #9AB810;
}
</style>
background-color css
<style>
a { background-color: #9AB810; }
a { background-color: rgb(154,184,16); }
div.DivClassName
{
background-color: #9AB810;
}
.BgClassName
{
background-color: #9AB810;
}
</style>
border-color css
<style>
span { border-color: #9AB810; }
span { border-color: rgb(154,184,16); }
td.TdClassName
{
border-color: #9AB810;
}
.TagClassName
{
border-color: #9AB810;
}
</style>