#95EBA1

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

Shades of Light Green #95EBA1

Tints of Light Green #95EBA1

Color information

#95EBA1 (or 0x95EBA1) is unknown color: approx Light Green. HEX triplet: 95, EB and A1. RGB value is (149,235,161). Sum of RGB (Red+Green+Blue) = 149+235+161=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EBA1 is #6A145E. Grayscale: #C9C9C9. Windows color (decimal): -6952031 or 10611605. OLE color: 10611605.

HSL color Cylindrical-coordinate representation of color #95EBA1: hue angle of 128.37º 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 #95EBA1 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB149235161-
CMYK0.3700.310.08
HSL128.37º68.25%75.29%-
HSV(B)128.37º36.6%92.16%-
XYZ48.5468.3844.36-
YUV200.85105.5191.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=27.34%
G=43.12%
B=29.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492351610.3700.310.08128.3768.2575.29
Hex95EBA12501F880444b
Octal2253532414503710200104113
Binary10010101111010111010000110010101111110001000000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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