Shades of Citrus #9ABD0D
Tints of Citrus #9ABD0D
RGB
CMYK
RGB Variations
Color information
#9ABD0D (or 0x9ABD0D) is known color: Citrus. HEX triplet: 9A, BD and 0D. RGB value is (154,189,13). Sum of RGB (Red+Green+Blue) = 154+189+13=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABD0D is #6542F2. Grayscale: #9F9F9F. Windows color (decimal): -6636275 or 900506. OLE color: 900506.
HSL color Cylindrical-coordinate representation of color #9ABD0D: hue angle of 71.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9ABD0D is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 13 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.26 |
| HSL | 71.93º | 0.87% | 0.4% | - |
| HSV(B) | 71.93º | 0.93% | 0.74% | - |
| XYZ | 31.6 | 43.29 | 7.07 | - |
| YUV | 158.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 13 | 0.19 | 0 | 0.93 | 0.26 | 71.93 | 0.87 | 0.4 |
| Hex | 9A | BD | D | 13 | 0 | 5D | 1A | 48 | 57 | 28 |
| Octal | 232 | 275 | 15 | 23 | 0 | 135 | 32 | 110 | 127 | 50 |
| Binary | 10011010 | 10111101 | 1101 | 10011 | 0 | 1011101 | 11010 | 1001000 | 1010111 | 101000 |
Color Harmonies of #9ABD0D
Complementary color
Monochromatic Colors of #9ABD0D
Black with #9ABD0D
Text Example
Text Example
White with #9ABD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD0D; }
p { color: rgb(154,189,13); }
H1.HeaderClassName
{
color: #9ABD0D;
}
.AnyTagClassName
{
color: #9ABD0D;
}
</style>
background-color css
<style>
a { background-color: #9ABD0D; }
a { background-color: rgb(154,189,13); }
div.DivClassName
{
background-color: #9ABD0D;
}
.BgClassName
{
background-color: #9ABD0D;
}
</style>
border-color css
<style>
span { border-color: #9ABD0D; }
span { border-color: rgb(154,189,13); }
td.TdClassName
{
border-color: #9ABD0D;
}
.TagClassName
{
border-color: #9ABD0D;
}
</style>