#95EAA3

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

Shades of Light Green #95EAA3

Tints of Light Green #95EAA3

Color information

#95EAA3 (or 0x95EAA3) is unknown color: approx Light Green. HEX triplet: 95, EA and A3. RGB value is (149,234,163). Sum of RGB (Red+Green+Blue) = 149+234+163=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EAA3 is #6A155C. Grayscale: #C8C8C8. Windows color (decimal): -6952285 or 10742421. OLE color: 10742421.

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

Color convert

RGB149234163-
CMYK0.3600.300.08
HSL129.88º66.93%75.1%-
HSV(B)129.88º36.32%91.76%-
XYZ48.4367.8845.2-
YUV200.49106.8491.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=27.29%
G=42.86%
B=29.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341630.3600.300.08129.8866.9375.1
Hex95EAA32401E882434b
Octal2253522434403610202103113
Binary10010101111010101010001110010001111010001000001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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