#95FC91

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

Shades of Pale Green #95FC91

Tints of Pale Green #95FC91

Color information

#95FC91 (or 0x95FC91) is unknown color: approx Pale Green. HEX triplet: 95, FC and 91. RGB value is (149,252,145). Sum of RGB (Red+Green+Blue) = 149+252+145=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #95FC91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FC91 is #6A036E. Grayscale: #D1D1D1. Windows color (decimal): -6947695 or 9567381. OLE color: 9567381.

HSL color Cylindrical-coordinate representation of color #95FC91: hue angle of 117.76º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FC91 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB149252145-
CMYK0.4100.420.01
HSL117.76º94.69%77.84%-
HSV(B)117.76º42.46%98.82%-
XYZ52.3278.0539.1-
YUV20991.8885.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=27.29%
G=46.15%
B=26.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492521450.4100.420.01117.7694.6977.84
Hex95FC912902A1765f4e
Octal225374221510521166137116
Binary10010101111111001001000110100101010101111011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,145); }

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

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

 a { background-color: rgb(149,252,145); }

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

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

 span { border-color: rgb(149,252,145); }

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