Shades of Citrus #9ACB08
Tints of Citrus #9ACB08
RGB
CMYK
RGB Variations
Color information
#9ACB08 (or 0x9ACB08) is known color: Citrus. HEX triplet: 9A, CB and 08. RGB value is (154,203,8). Sum of RGB (Red+Green+Blue) = 154+203+8=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACB08 is #6534F7. Grayscale: #A6A6A6. Windows color (decimal): -6632696 or 576410. OLE color: 576410.
HSL color Cylindrical-coordinate representation of color #9ACB08: hue angle of 75.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ACB08 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.20 |
| HSL | 75.08º | 0.92% | 0.41% | - |
| HSV(B) | 75.08º | 0.96% | 0.8% | - |
| XYZ | 34.73 | 49.6 | 7.97 | - |
| YUV | 166.12 | 38.77 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 8 | 0.24 | 0 | 0.96 | 0.20 | 75.08 | 0.92 | 0.41 |
| Hex | 9A | CB | 8 | 18 | 0 | 60 | 14 | 4B | 5C | 29 |
| Octal | 232 | 313 | 10 | 30 | 0 | 140 | 24 | 113 | 134 | 51 |
| Binary | 10011010 | 11001011 | 1000 | 11000 | 0 | 1100000 | 10100 | 1001011 | 1011100 | 101001 |
Color Harmonies of #9ACB08
Complementary color
Monochromatic Colors of #9ACB08
Black with #9ACB08
Text Example
Text Example
White with #9ACB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB08; }
p { color: rgb(154,203,8); }
H1.HeaderClassName
{
color: #9ACB08;
}
.AnyTagClassName
{
color: #9ACB08;
}
</style>
background-color css
<style>
a { background-color: #9ACB08; }
a { background-color: rgb(154,203,8); }
div.DivClassName
{
background-color: #9ACB08;
}
.BgClassName
{
background-color: #9ACB08;
}
</style>
border-color css
<style>
span { border-color: #9ACB08; }
span { border-color: rgb(154,203,8); }
td.TdClassName
{
border-color: #9ACB08;
}
.TagClassName
{
border-color: #9ACB08;
}
</style>