#95EEA1

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

Shades of Pale Green #95EEA1

Tints of Pale Green #95EEA1

Color information

#95EEA1 (or 0x95EEA1) is unknown color: approx Pale Green. HEX triplet: 95, EE and A1. RGB value is (149,238,161). Sum of RGB (Red+Green+Blue) = 149+238+161=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #95EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EEA1 is #6A115E. Grayscale: #CACACA. Windows color (decimal): -6951263 or 10612373. OLE color: 10612373.

HSL color Cylindrical-coordinate representation of color #95EEA1: hue angle of 128.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EEA1 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB149238161-
CMYK0.3700.320.07
HSL128.09º72.36%75.88%-
HSV(B)128.09º37.39%93.33%-
XYZ49.470.1144.65-
YUV202.61104.5189.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 161 (63.28% from 255) = 29.38%
R=27.19%
G=43.43%
B=29.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492381610.3700.320.07128.0972.3675.88
Hex95EEA125020780484c
Octal225356241450407200110114
Binary10010101111011101010000110010101000001111000000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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