Shades of Citrus #9BCE00
Tints of Citrus #9BCE00
RGB
CMYK
RGB Variations
Color information
#9BCE00 (or 0x9BCE00) is known color: Citrus. HEX triplet: 9B, CE and 00. RGB value is (155,206,0). Sum of RGB (Red+Green+Blue) = 155+206+0=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCE00 is #6431FF. Grayscale: #A8A8A8. Windows color (decimal): -6566400 or 52891. OLE color: 52891.
HSL color Cylindrical-coordinate representation of color #9BCE00: hue angle of 74.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BCE00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.19 |
| HSL | 74.85º | 1% | 0.4% | - |
| HSV(B) | 74.85º | 1% | 0.81% | - |
| XYZ | 35.59 | 51.11 | 7.99 | - |
| YUV | 167.27 | 33.6 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 0 | 0.25 | 0 | 1 | 0.19 | 74.85 | 1 | 0.4 |
| Hex | 9B | CE | 0 | 19 | 0 | 64 | 13 | 4B | 64 | 28 |
| Octal | 233 | 316 | 0 | 31 | 0 | 144 | 23 | 113 | 144 | 50 |
| Binary | 10011011 | 11001110 | 0 | 11001 | 0 | 1100100 | 10011 | 1001011 | 1100100 | 101000 |
Color Harmonies of #9BCE00
Complementary color
Monochromatic Colors of #9BCE00
Black with #9BCE00
Text Example
Text Example
White with #9BCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCE00; }
p { color: rgb(155,206,0); }
H1.HeaderClassName
{
color: #9BCE00;
}
.AnyTagClassName
{
color: #9BCE00;
}
</style>
background-color css
<style>
a { background-color: #9BCE00; }
a { background-color: rgb(155,206,0); }
div.DivClassName
{
background-color: #9BCE00;
}
.BgClassName
{
background-color: #9BCE00;
}
</style>
border-color css
<style>
span { border-color: #9BCE00; }
span { border-color: rgb(155,206,0); }
td.TdClassName
{
border-color: #9BCE00;
}
.TagClassName
{
border-color: #9BCE00;
}
</style>