#95F59C

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

Shades of Pale Green #95F59C

Tints of Pale Green #95F59C

Color information

#95F59C (or 0x95F59C) is unknown color: approx Pale Green. HEX triplet: 95, F5 and 9C. RGB value is (149,245,156). Sum of RGB (Red+Green+Blue) = 149+245+156=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #95F59C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F59C is #6A0A63. Grayscale: #CECECE. Windows color (decimal): -6949476 or 10286485. OLE color: 10286485.

HSL color Cylindrical-coordinate representation of color #95F59C: hue angle of 124.38º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F59C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB149245156-
CMYK0.3900.360.04
HSL124.38º82.76%77.25%-
HSV(B)124.38º39.18%96.08%-
XYZ51.0574.0943.06-
YUV206.1599.787.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=27.09%
G=44.55%
B=28.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492451560.3900.360.04124.3882.7677.25
Hex95F59C2702447c534d
Octal225365234470444174123115
Binary1001010111110101100111001001110100100100111110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,245,156); }

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

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

 a { background-color: rgb(149,245,156); }

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

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

 span { border-color: rgb(149,245,156); }

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