#95E9A0

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

Shades of Light Green #95E9A0

Tints of Light Green #95E9A0

Color information

#95E9A0 (or 0x95E9A0) is unknown color: approx Light Green. HEX triplet: 95, E9 and A0. RGB value is (149,233,160). Sum of RGB (Red+Green+Blue) = 149+233+160=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9A0 is #6A165F. Grayscale: #C7C7C7. Windows color (decimal): -6952544 or 10545557. OLE color: 10545557.

HSL color Cylindrical-coordinate representation of color #95E9A0: hue angle of 127.86º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9A0 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB149233160-
CMYK0.3600.310.09
HSL127.86º65.62%74.9%-
HSV(B)127.86º36.05%91.37%-
XYZ47.8867.2143.71-
YUV199.56105.6791.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=27.49%
G=42.99%
B=29.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331600.3600.310.09127.8665.6274.9
Hex95E9A02401F980424b
Octal2253512404403711200102113
Binary10010101111010011010000010010001111110011000000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,160); }

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

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

 a { background-color: rgb(149,233,160); }

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

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

 span { border-color: rgb(149,233,160); }

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