#95EA96

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

Shades of Light Green #95EA96

Tints of Light Green #95EA96

Color information

#95EA96 (or 0x95EA96) is unknown color: approx Light Green. HEX triplet: 95, EA and 96. RGB value is (149,234,150). Sum of RGB (Red+Green+Blue) = 149+234+150=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EA96 is #6A1569. Grayscale: #C7C7C7. Windows color (decimal): -6952298 or 9890453. OLE color: 9890453.

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

Color convert

RGB149234150-
CMYK0.3600.360.08
HSL120.71º66.93%75.1%-
HSV(B)120.71º36.32%91.76%-
XYZ47.3267.4439.38-
YUV199.01100.3492.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 234 (91.80% from 255) = 43.90%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=27.95%
G=43.90%
B=28.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341500.3600.360.08120.7166.9375.1
Hex95EA9624024879434b
Octal2253522264404410171103113
Binary10010101111010101001011010010001001001000111100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,234,150); }

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

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

 a { background-color: rgb(149,234,150); }

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

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

 span { border-color: rgb(149,234,150); }

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