#9BED96

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

Shades of Light Green #9BED96

Tints of Light Green #9BED96

Color information

#9BED96 (or 0x9BED96) is unknown color: approx Light Green. HEX triplet: 9B, ED and 96. RGB value is (155,237,150). Sum of RGB (Red+Green+Blue) = 155+237+150=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BED96 is #641269. Grayscale: #CACACA. Windows color (decimal): -6558314 or 9891227. OLE color: 9891227.

HSL color Cylindrical-coordinate representation of color #9BED96: hue angle of 116.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BED96 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB155237150-
CMYK0.3500.370.07
HSL116.55º70.73%75.88%-
HSV(B)116.55º36.71%92.94%-
XYZ49.3169.7439.72-
YUV202.5698.3394.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 237 (92.97% from 255) = 43.73%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=28.60%
G=43.73%
B=27.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552371500.3500.370.07116.5570.7375.88
Hex9BED9623025775474c
Octal233355226430457165107114
Binary1001101111101101100101101000110100101111111010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,150); }

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

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

 a { background-color: rgb(155,237,150); }

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

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

 span { border-color: rgb(155,237,150); }

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