Shades of Citrus #9EB802
Tints of Citrus #9EB802
RGB
CMYK
RGB Variations
Color information
#9EB802 (or 0x9EB802) is known color: Citrus. HEX triplet: 9E, B8 and 02. RGB value is (158,184,2). Sum of RGB (Red+Green+Blue) = 158+184+2=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB802 is #6147FD. Grayscale: #9C9C9C. Windows color (decimal): -6375422 or 178334. OLE color: 178334.
HSL color Cylindrical-coordinate representation of color #9EB802: hue angle of 68.57º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB802 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 184 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.28 |
| HSL | 68.57º | 0.98% | 0.36% | - |
| HSV(B) | 68.57º | 0.99% | 0.72% | - |
| XYZ | 31.25 | 41.55 | 6.43 | - |
| YUV | 155.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 184 | 2 | 0.14 | 0 | 0.99 | 0.28 | 68.57 | 0.98 | 0.36 |
| Hex | 9E | B8 | 2 | E | 0 | 63 | 1C | 45 | 62 | 24 |
| Octal | 236 | 270 | 2 | 16 | 0 | 143 | 34 | 105 | 142 | 44 |
| Binary | 10011110 | 10111000 | 10 | 1110 | 0 | 1100011 | 11100 | 1000101 | 1100010 | 100100 |
Color Harmonies of #9EB802
Complementary color
Monochromatic Colors of #9EB802
Black with #9EB802
Text Example
Text Example
White with #9EB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB802; }
p { color: rgb(158,184,2); }
H1.HeaderClassName
{
color: #9EB802;
}
.AnyTagClassName
{
color: #9EB802;
}
</style>
background-color css
<style>
a { background-color: #9EB802; }
a { background-color: rgb(158,184,2); }
div.DivClassName
{
background-color: #9EB802;
}
.BgClassName
{
background-color: #9EB802;
}
</style>
border-color css
<style>
span { border-color: #9EB802; }
span { border-color: rgb(158,184,2); }
td.TdClassName
{
border-color: #9EB802;
}
.TagClassName
{
border-color: #9EB802;
}
</style>