#95EC9F

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

Shades of Light Green #95EC9F

Tints of Light Green #95EC9F

Color information

#95EC9F (or 0x95EC9F) is unknown color: approx Light Green. HEX triplet: 95, EC and 9F. RGB value is (149,236,159). Sum of RGB (Red+Green+Blue) = 149+236+159=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EC9F is #6A1360. Grayscale: #C9C9C9. Windows color (decimal): -6951777 or 10480789. OLE color: 10480789.

HSL color Cylindrical-coordinate representation of color #95EC9F: hue angle of 126.9º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EC9F is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB149236159-
CMYK0.3700.330.07
HSL126.9º69.6%75.49%-
HSV(B)126.9º36.86%92.55%-
XYZ48.6568.8843.53-
YUV201.21104.1890.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.39%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=27.39%
G=43.38%
B=29.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361590.3700.330.07126.969.675.49
Hex95EC9F2502177f464b
Octal225354237450417177106113
Binary1001010111101100100111111001010100001111111111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,236,159); }

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

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

 a { background-color: rgb(149,236,159); }

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

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

 span { border-color: rgb(149,236,159); }

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