#95F7A1

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

Shades of Pale Green #95F7A1

Tints of Pale Green #95F7A1

Color information

#95F7A1 (or 0x95F7A1) is unknown color: approx Pale Green. HEX triplet: 95, F7 and A1. RGB value is (149,247,161). Sum of RGB (Red+Green+Blue) = 149+247+161=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F7A1 is #6A085E. Grayscale: #D0D0D0. Windows color (decimal): -6948959 or 10614677. OLE color: 10614677.

HSL color Cylindrical-coordinate representation of color #95F7A1: hue angle of 127.35º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7A1 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB149247161-
CMYK0.4000.350.03
HSL127.35º85.96%77.65%-
HSV(B)127.35º39.68%96.86%-
XYZ52.0975.4845.54-
YUV207.89101.5385.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=26.75%
G=44.34%
B=28.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492471610.4000.350.03127.3585.9677.65
Hex95F7A12802337f564e
Octal225367241500433177126116
Binary100101011111011110100001101000010001111111111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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