#95F19F

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

Shades of Pale Green #95F19F

Tints of Pale Green #95F19F

Color information

#95F19F (or 0x95F19F) is unknown color: approx Pale Green. HEX triplet: 95, F1 and 9F. RGB value is (149,241,159). Sum of RGB (Red+Green+Blue) = 149+241+159=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #95F19F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F19F is #6A0E60. Grayscale: #CCCCCC. Windows color (decimal): -6950497 or 10482069. OLE color: 10482069.

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

Color convert

RGB149241159-
CMYK0.3800.340.05
HSL126.52º76.67%76.47%-
HSV(B)126.52º38.17%94.51%-
XYZ50.1171.844.02-
YUV204.14102.5288.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.14%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 159 (62.5% from 255) = 28.96%
R=27.14%
G=43.90%
B=28.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411590.3800.340.05126.5276.6776.47
Hex95F19F2602257f4d4c
Octal225361237460425177115114
Binary1001010111110001100111111001100100010101111111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,159); }

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

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

 a { background-color: rgb(149,241,159); }

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

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

 span { border-color: rgb(149,241,159); }

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