#9BFA75

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

Shades of Light Green #9BFA75

Tints of Light Green #9BFA75

Color information

#9BFA75 (or 0x9BFA75) is unknown color: approx Light Green. HEX triplet: 9B, FA and 75. RGB value is (155,250,117). Sum of RGB (Red+Green+Blue) = 155+250+117=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA75 is #64058A. Grayscale: #CECECE. Windows color (decimal): -6555019 or 7731867. OLE color: 7731867.

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

Color convert

RGB155250117-
CMYK0.3800.530.02
HSL102.86º93.01%71.96%-
HSV(B)102.86º53.2%98.04%-
XYZ50.9176.6228.94-
YUV206.4377.5391.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=29.69%
G=47.89%
B=22.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552501170.3800.530.02102.8693.0171.96
Hex9BFA75260352675d48
Octal233372165460652147135110
Binary10011011111110101110101100110011010110110011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,117); }

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

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

 a { background-color: rgb(155,250,117); }

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

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

 span { border-color: rgb(155,250,117); }

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