#9BF382

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

Shades of Light Green #9BF382

Tints of Light Green #9BF382

Color information

#9BF382 (or 0x9BF382) is unknown color: approx Light Green. HEX triplet: 9B, F3 and 82. RGB value is (155,243,130). Sum of RGB (Red+Green+Blue) = 155+243+130=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF382 is #640C7D. Grayscale: #CCCCCC. Windows color (decimal): -6556798 or 8582043. OLE color: 8582043.

HSL color Cylindrical-coordinate representation of color #9BF382: hue angle of 106.73º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BF382 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB155243130-
CMYK0.3600.470.05
HSL106.73º82.48%73.14%-
HSV(B)106.73º46.5%95.29%-
XYZ49.672.6832.53-
YUV203.8186.3593.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=29.36%
G=46.02%
B=24.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552431300.3600.470.05106.7382.4873.14
Hex9BF3822402F56b5249
Octal233363202440575153122111
Binary1001101111110011100000101001000101111101110101110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,243,130); }

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

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

 a { background-color: rgb(155,243,130); }

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

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

 span { border-color: rgb(155,243,130); }

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