#9BF094

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

Shades of Light Green #9BF094

Tints of Light Green #9BF094

Color information

#9BF094 (or 0x9BF094) is unknown color: approx Light Green. HEX triplet: 9B, F0 and 94. RGB value is (155,240,148). Sum of RGB (Red+Green+Blue) = 155+240+148=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF094 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF094 is #640F6B. Grayscale: #CCCCCC. Windows color (decimal): -6557548 or 9760923. OLE color: 9760923.

HSL color Cylindrical-coordinate representation of color #9BF094: hue angle of 115.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF094 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB155240148-
CMYK0.3500.380.06
HSL115.43º75.41%76.08%-
HSV(B)115.43º38.33%94.12%-
XYZ50.0271.4339.17-
YUV204.196.3492.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 44.20%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=28.55%
G=44.20%
B=27.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401480.3500.380.06115.4375.4176.08
Hex9BF094230266734b4c
Octal233360224430466163113114
Binary1001101111110000100101001000110100110110111001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,240,148); }

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

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

 a { background-color: rgb(155,240,148); }

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

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

 span { border-color: rgb(155,240,148); }

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