Shades of Citrus #9ABB07
Tints of Citrus #9ABB07
RGB
CMYK
RGB Variations
Color information
#9ABB07 (or 0x9ABB07) is known color: Citrus. HEX triplet: 9A, BB and 07. RGB value is (154,187,7). Sum of RGB (Red+Green+Blue) = 154+187+7=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABB07 is #6544F8. Grayscale: #9D9D9D. Windows color (decimal): -6636793 or 506778. OLE color: 506778.
HSL color Cylindrical-coordinate representation of color #9ABB07: hue angle of 71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ABB07 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 187 | 7 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.27 |
| HSL | 71º | 0.93% | 0.38% | - |
| HSV(B) | 71º | 0.96% | 0.73% | - |
| XYZ | 31.14 | 42.43 | 6.75 | - |
| YUV | 156.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 7 | 0.18 | 0 | 0.96 | 0.27 | 71 | 0.93 | 0.38 |
| Hex | 9A | BB | 7 | 12 | 0 | 60 | 1B | 47 | 5D | 26 |
| Octal | 232 | 273 | 7 | 22 | 0 | 140 | 33 | 107 | 135 | 46 |
| Binary | 10011010 | 10111011 | 111 | 10010 | 0 | 1100000 | 11011 | 1000111 | 1011101 | 100110 |
Color Harmonies of #9ABB07
Complementary color
Monochromatic Colors of #9ABB07
Black with #9ABB07
Text Example
Text Example
White with #9ABB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABB07; }
p { color: rgb(154,187,7); }
H1.HeaderClassName
{
color: #9ABB07;
}
.AnyTagClassName
{
color: #9ABB07;
}
</style>
background-color css
<style>
a { background-color: #9ABB07; }
a { background-color: rgb(154,187,7); }
div.DivClassName
{
background-color: #9ABB07;
}
.BgClassName
{
background-color: #9ABB07;
}
</style>
border-color css
<style>
span { border-color: #9ABB07; }
span { border-color: rgb(154,187,7); }
td.TdClassName
{
border-color: #9ABB07;
}
.TagClassName
{
border-color: #9ABB07;
}
</style>