#9BC30E

Color #9BC30E Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9BC30E

Tints of Citrus #9BC30E

Color information

#9BC30E (or 0x9BC30E) is unknown color: approx Citrus. HEX triplet: 9B, C3 and 0E. RGB value is (155,195,14). Sum of RGB (Red+Green+Blue) = 155+195+14=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC30E is #643CF1. Grayscale: #A3A3A3. Windows color (decimal): -6569202 or 967579. OLE color: 967579.

HSL color Cylindrical-coordinate representation of color #9BC30E: hue angle of 73.26º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BC30E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB15519514-
CMYK0.2100.930.24
HSL73.26º86.6%40.98%-
HSV(B)73.26º92.82%76.47%-
XYZ33.1146.037.56-
YUV162.4144.25122.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 14 (5.86% from 255) = 3.85%
R=42.58%
G=53.57%
B=3.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155195140.2100.930.2473.2686.640.98
Hex9BC3E1505D18495729
Octal233303162501353011112751
Binary1001101111000011111010101010111011100010010011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC30E; }

 p { color: rgb(155,195,14); }

 H1.HeaderClassName
 {
   color: #9BC30E;
 }
 .AnyTagClassName
 {
   color: #9BC30E;
 }
</style>
background-color css

<style>
 a { background-color: #9BC30E; }

 a { background-color: rgb(155,195,14); }

 div.DivClassName
 {
   background-color: #9BC30E;
 }
 .BgClassName
 {
   background-color: #9BC30E;
 }
</style>
border-color css

<style>
 span { border-color: #9BC30E; }

 span { border-color: rgb(155,195,14); }

 td.TdClassName
 {
   border-color: #9BC30E;
 }
 .TagClassName
 {
   border-color: #9BC30E;
 }
</style>