#95E09C

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

Shades of Light Green #95E09C

Tints of Light Green #95E09C

Color information

#95E09C (or 0x95E09C) is unknown color: approx Light Green. HEX triplet: 95, E0 and 9C. RGB value is (149,224,156). Sum of RGB (Red+Green+Blue) = 149+224+156=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #95E09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E09C is #6A1F63. Grayscale: #C2C2C2. Windows color (decimal): -6954852 or 10281109. OLE color: 10281109.

HSL color Cylindrical-coordinate representation of color #95E09C: hue angle of 125.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E09C is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB149224156-
CMYK0.3300.300.12
HSL125.6º54.74%73.14%-
HSV(B)125.6º33.48%87.84%-
XYZ45.0562.141.06-
YUV193.82106.6596.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=28.17%
G=42.34%
B=29.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241560.3300.300.12125.654.7473.14
Hex95E09C2101EC7e3749
Octal225340234410361417667111
Binary100101011110000010011100100001011110110011111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,224,156); }

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

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

 a { background-color: rgb(149,224,156); }

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

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

 span { border-color: rgb(149,224,156); }

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