Shades of Citrus #9ACB09
Tints of Citrus #9ACB09
RGB
CMYK
RGB Variations
Color information
#9ACB09 (or 0x9ACB09) is known color: Citrus. HEX triplet: 9A, CB and 09. RGB value is (154,203,9). Sum of RGB (Red+Green+Blue) = 154+203+9=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACB09 is #6534F6. Grayscale: #A6A6A6. Windows color (decimal): -6632695 or 641946. OLE color: 641946.
HSL color Cylindrical-coordinate representation of color #9ACB09: hue angle of 75.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ACB09 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.20 |
| HSL | 75.15º | 0.92% | 0.42% | - |
| HSV(B) | 75.15º | 0.96% | 0.8% | - |
| XYZ | 34.73 | 49.6 | 8 | - |
| YUV | 166.23 | 39.27 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 9 | 0.24 | 0 | 0.96 | 0.20 | 75.15 | 0.92 | 0.42 |
| Hex | 9A | CB | 9 | 18 | 0 | 60 | 14 | 4B | 5C | 2A |
| Octal | 232 | 313 | 11 | 30 | 0 | 140 | 24 | 113 | 134 | 52 |
| Binary | 10011010 | 11001011 | 1001 | 11000 | 0 | 1100000 | 10100 | 1001011 | 1011100 | 101010 |
Color Harmonies of #9ACB09
Complementary color
Monochromatic Colors of #9ACB09
Black with #9ACB09
Text Example
Text Example
White with #9ACB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB09; }
p { color: rgb(154,203,9); }
H1.HeaderClassName
{
color: #9ACB09;
}
.AnyTagClassName
{
color: #9ACB09;
}
</style>
background-color css
<style>
a { background-color: #9ACB09; }
a { background-color: rgb(154,203,9); }
div.DivClassName
{
background-color: #9ACB09;
}
.BgClassName
{
background-color: #9ACB09;
}
</style>
border-color css
<style>
span { border-color: #9ACB09; }
span { border-color: rgb(154,203,9); }
td.TdClassName
{
border-color: #9ACB09;
}
.TagClassName
{
border-color: #9ACB09;
}
</style>