Shades of Citrus #9CC800
Tints of Citrus #9CC800
RGB
CMYK
RGB Variations
Color information
#9CC800 (or 0x9CC800) is known color: Citrus. HEX triplet: 9C, C8 and 00. RGB value is (156,200,0). Sum of RGB (Red+Green+Blue) = 156+200+0=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC800 is #6337FF. Grayscale: #A4A4A4. Windows color (decimal): -6502400 or 51356. OLE color: 51356.
HSL color Cylindrical-coordinate representation of color #9CC800: hue angle of 73.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9CC800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.22 |
| HSL | 73.2º | 1% | 0.39% | - |
| HSV(B) | 73.2º | 1% | 0.78% | - |
| XYZ | 34.36 | 48.38 | 7.53 | - |
| YUV | 164.04 | 35.42 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 0 | 0.22 | 0 | 1 | 0.22 | 73.2 | 1 | 0.39 |
| Hex | 9C | C8 | 0 | 16 | 0 | 64 | 16 | 49 | 64 | 27 |
| Octal | 234 | 310 | 0 | 26 | 0 | 144 | 26 | 111 | 144 | 47 |
| Binary | 10011100 | 11001000 | 0 | 10110 | 0 | 1100100 | 10110 | 1001001 | 1100100 | 100111 |
Color Harmonies of #9CC800
Complementary color
Monochromatic Colors of #9CC800
Black with #9CC800
Text Example
Text Example
White with #9CC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC800; }
p { color: rgb(156,200,0); }
H1.HeaderClassName
{
color: #9CC800;
}
.AnyTagClassName
{
color: #9CC800;
}
</style>
background-color css
<style>
a { background-color: #9CC800; }
a { background-color: rgb(156,200,0); }
div.DivClassName
{
background-color: #9CC800;
}
.BgClassName
{
background-color: #9CC800;
}
</style>
border-color css
<style>
span { border-color: #9CC800; }
span { border-color: rgb(156,200,0); }
td.TdClassName
{
border-color: #9CC800;
}
.TagClassName
{
border-color: #9CC800;
}
</style>