#95F3A0

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

Shades of Pale Green #95F3A0

Tints of Pale Green #95F3A0

Color information

#95F3A0 (or 0x95F3A0) is unknown color: approx Pale Green. HEX triplet: 95, F3 and A0. RGB value is (149,243,160). Sum of RGB (Red+Green+Blue) = 149+243+160=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F3A0 is #6A0C5F. Grayscale: #CDCDCD. Windows color (decimal): -6949984 or 10548117. OLE color: 10548117.

HSL color Cylindrical-coordinate representation of color #95F3A0: hue angle of 127.02º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3A0 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB149243160-
CMYK0.3900.340.05
HSL127.02º79.66%76.86%-
HSV(B)127.02º38.68%95.29%-
XYZ50.7973.0344.68-
YUV205.43102.3687.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 243 (95.31% from 255) = 44.02%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=26.99%
G=44.02%
B=28.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431600.3900.340.05127.0279.6676.86
Hex95F3A02702257f504d
Octal225363240470425177120115
Binary1001010111110011101000001001110100010101111111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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