#95EA8D

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

Shades of Light Green #95EA8D

Tints of Light Green #95EA8D

Color information

#95EA8D (or 0x95EA8D) is unknown color: approx Light Green. HEX triplet: 95, EA and 8D. RGB value is (149,234,141). Sum of RGB (Red+Green+Blue) = 149+234+141=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EA8D is #6A1572. Grayscale: #C6C6C6. Windows color (decimal): -6952307 or 9300629. OLE color: 9300629.

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

Color convert

RGB149234141-
CMYK0.3600.400.08
HSL114.84º68.89%73.53%-
HSV(B)114.84º39.74%91.76%-
XYZ46.6267.1635.7-
YUV197.9895.8493.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=28.44%
G=44.66%
B=26.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341410.3600.400.08114.8468.8973.53
Hex95EA8D24028873454a
Octal2253522154405010163105112
Binary10010101111010101000110110010001010001000111001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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