Shades of Citrus #9BC30F
Tints of Citrus #9BC30F
RGB
CMYK
RGB Variations
Color information
#9BC30F (or 0x9BC30F) is known color: Citrus. HEX triplet: 9B, C3 and 0F. RGB value is (155,195,15). Sum of RGB (Red+Green+Blue) = 155+195+15=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC30F is #643CF0. Grayscale: #A3A3A3. Windows color (decimal): -6569201 or 1033115. OLE color: 1033115.
HSL color Cylindrical-coordinate representation of color #9BC30F: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BC30F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 15 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.24 |
| HSL | 73.33º | 0.86% | 0.41% | - |
| HSV(B) | 73.33º | 0.92% | 0.76% | - |
| XYZ | 33.12 | 46.03 | 7.59 | - |
| YUV | 162.52 | 44.75 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 15 | 0.21 | 0 | 0.92 | 0.24 | 73.33 | 0.86 | 0.41 |
| Hex | 9B | C3 | F | 15 | 0 | 5C | 18 | 49 | 56 | 29 |
| Octal | 233 | 303 | 17 | 25 | 0 | 134 | 30 | 111 | 126 | 51 |
| Binary | 10011011 | 11000011 | 1111 | 10101 | 0 | 1011100 | 11000 | 1001001 | 1010110 | 101001 |
Color Harmonies of #9BC30F
Complementary color
Monochromatic Colors of #9BC30F
Black with #9BC30F
Text Example
Text Example
White with #9BC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC30F; }
p { color: rgb(155,195,15); }
H1.HeaderClassName
{
color: #9BC30F;
}
.AnyTagClassName
{
color: #9BC30F;
}
</style>
background-color css
<style>
a { background-color: #9BC30F; }
a { background-color: rgb(155,195,15); }
div.DivClassName
{
background-color: #9BC30F;
}
.BgClassName
{
background-color: #9BC30F;
}
</style>
border-color css
<style>
span { border-color: #9BC30F; }
span { border-color: rgb(155,195,15); }
td.TdClassName
{
border-color: #9BC30F;
}
.TagClassName
{
border-color: #9BC30F;
}
</style>