#95F091

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

Shades of Light Green #95F091

Tints of Light Green #95F091

Color information

#95F091 (or 0x95F091) is unknown color: approx Light Green. HEX triplet: 95, F0 and 91. RGB value is (149,240,145). Sum of RGB (Red+Green+Blue) = 149+240+145=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #95F091 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F091 is #6A0F6E. Grayscale: #CACACA. Windows color (decimal): -6950767 or 9564309. OLE color: 9564309.

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

Color convert

RGB149240145-
CMYK0.3800.400.06
HSL117.47º76%75.49%-
HSV(B)117.47º39.58%94.12%-
XYZ48.6770.7537.88-
YUV201.9695.8590.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=27.90%
G=44.94%
B=27.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401450.3800.400.06117.477675.49
Hex95F091260286754c4b
Octal225360221460506165114113
Binary1001010111110000100100011001100101000110111010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F091; }

 p { color: rgb(149,240,145); }

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

<style>
 a { background-color: #95F091; }

 a { background-color: rgb(149,240,145); }

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

<style>
 span { border-color: #95F091; }

 span { border-color: rgb(149,240,145); }

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