#95EFA9

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

Shades of Pale Green #95EFA9

Tints of Pale Green #95EFA9

Color information

#95EFA9 (or 0x95EFA9) is unknown color: approx Pale Green. HEX triplet: 95, EF and A9. RGB value is (149,239,169). Sum of RGB (Red+Green+Blue) = 149+239+169=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFA9 is #6A1056. Grayscale: #CCCCCC. Windows color (decimal): -6950999 or 11136917. OLE color: 11136917.

HSL color Cylindrical-coordinate representation of color #95EFA9: hue angle of 133.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 #95EFA9 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB149239169-
CMYK0.3800.290.06
HSL133.33º73.77%76.08%-
HSV(B)133.33º37.66%93.73%-
XYZ50.4270.9948.58-
YUV204.11108.1888.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=26.75%
G=42.91%
B=30.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492391690.3800.290.06133.3373.7776.08
Hex95EFA92601D6854a4c
Octal225357251460356205112114
Binary1001010111101111101010011001100111011101000010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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