#9BF980

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

Shades of Light Green #9BF980

Tints of Light Green #9BF980

Color information

#9BF980 (or 0x9BF980) is unknown color: approx Light Green. HEX triplet: 9B, F9 and 80. RGB value is (155,249,128). Sum of RGB (Red+Green+Blue) = 155+249+128=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF980 is #64067F. Grayscale: #CFCFCF. Windows color (decimal): -6555264 or 8452507. OLE color: 8452507.

HSL color Cylindrical-coordinate representation of color #9BF980: hue angle of 106.61º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BF980 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB155249128-
CMYK0.3800.490.02
HSL106.61º90.98%73.92%-
HSV(B)106.61º48.59%97.65%-
XYZ51.2976.2832.44-
YUV207.183.3690.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 249 (97.66% from 255) = 46.80%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=29.14%
G=46.80%
B=24.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491280.3800.490.02106.6190.9873.92
Hex9BF9802603126b5b4a
Octal233371200460612153133112
Binary100110111111100110000000100110011000110110101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,128); }

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

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

 a { background-color: rgb(155,249,128); }

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

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

 span { border-color: rgb(155,249,128); }

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