#95EFA0

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

Shades of Pale Green #95EFA0

Tints of Pale Green #95EFA0

Color information

#95EFA0 (or 0x95EFA0) is unknown color: approx Pale Green. HEX triplet: 95, EF and A0. RGB value is (149,239,160). Sum of RGB (Red+Green+Blue) = 149+239+160=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFA0 is #6A105F. Grayscale: #CBCBCB. Windows color (decimal): -6951008 or 10547093. OLE color: 10547093.

HSL color Cylindrical-coordinate representation of color #95EFA0: hue angle of 127.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFA0 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB149239160-
CMYK0.3800.330.06
HSL127.33º73.77%76.08%-
HSV(B)127.33º37.66%93.73%-
XYZ49.6170.6644.28-
YUV203.08103.6889.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 239 (93.75% from 255) = 43.61%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=27.19%
G=43.61%
B=29.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391600.3800.330.06127.3373.7776.08
Hex95EFA02602167f4a4c
Octal225357240460416177112114
Binary1001010111101111101000001001100100001110111111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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