#95EB9F

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

Shades of Light Green #95EB9F

Tints of Light Green #95EB9F

Color information

#95EB9F (or 0x95EB9F) is unknown color: approx Light Green. HEX triplet: 95, EB and 9F. RGB value is (149,235,159). Sum of RGB (Red+Green+Blue) = 149+235+159=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EB9F is #6A1460. Grayscale: #C8C8C8. Windows color (decimal): -6952033 or 10480533. OLE color: 10480533.

HSL color Cylindrical-coordinate representation of color #95EB9F: hue angle of 126.98º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EB9F is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB149235159-
CMYK0.3700.320.08
HSL126.98º68.25%75.29%-
HSV(B)126.98º36.6%92.16%-
XYZ48.3668.3143.44-
YUV200.62104.5191.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=27.44%
G=43.28%
B=29.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492351590.3700.320.08126.9868.2575.29
Hex95EB9F2502087f444b
Octal2253532374504010177104113
Binary10010101111010111001111110010101000001000111111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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