Shades of Citrus #9AB01D
Tints of Citrus #9AB01D
RGB
CMYK
RGB Variations
Color information
#9AB01D (or 0x9AB01D) is known color: Citrus. HEX triplet: 9A, B0 and 1D. RGB value is (154,176,29). Sum of RGB (Red+Green+Blue) = 154+176+29=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB01D is #654FE2. Grayscale: #999999. Windows color (decimal): -6639587 or 1945754. OLE color: 1945754.
HSL color Cylindrical-coordinate representation of color #9AB01D: hue angle of 68.98º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AB01D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 29 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.31 |
| HSL | 68.98º | 0.72% | 0.4% | - |
| HSV(B) | 68.98º | 0.84% | 0.69% | - |
| XYZ | 29.07 | 38.01 | 6.97 | - |
| YUV | 152.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 29 | 0.12 | 0 | 0.84 | 0.31 | 68.98 | 0.72 | 0.4 |
| Hex | 9A | B0 | 1D | C | 0 | 54 | 1F | 45 | 48 | 28 |
| Octal | 232 | 260 | 35 | 14 | 0 | 124 | 37 | 105 | 110 | 50 |
| Binary | 10011010 | 10110000 | 11101 | 1100 | 0 | 1010100 | 11111 | 1000101 | 1001000 | 101000 |
Color Harmonies of #9AB01D
Complementary color
Monochromatic Colors of #9AB01D
Black with #9AB01D
Text Example
Text Example
White with #9AB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB01D; }
p { color: rgb(154,176,29); }
H1.HeaderClassName
{
color: #9AB01D;
}
.AnyTagClassName
{
color: #9AB01D;
}
</style>
background-color css
<style>
a { background-color: #9AB01D; }
a { background-color: rgb(154,176,29); }
div.DivClassName
{
background-color: #9AB01D;
}
.BgClassName
{
background-color: #9AB01D;
}
</style>
border-color css
<style>
span { border-color: #9AB01D; }
span { border-color: rgb(154,176,29); }
td.TdClassName
{
border-color: #9AB01D;
}
.TagClassName
{
border-color: #9AB01D;
}
</style>