#91FC95

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

Shades of Pale Green #91FC95

Tints of Pale Green #91FC95

Color information

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

HSL color Cylindrical-coordinate representation of color #91FC95: hue angle of 122.24º 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 #91FC95 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB145252149-
CMYK0.4200.410.01
HSL122.24º94.69%77.84%-
HSV(B)122.24º42.46%98.82%-
XYZ51.9177.8140.72-
YUV208.2694.5582.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452521490.4200.410.01122.2494.6977.84
Hex91FC952A02917a5f4e
Octal221374225520511172137116
Binary10010001111111001001010110101001010011111101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91FC95; }

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

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

<style>
 a { background-color: #91FC95; }

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

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

<style>
 span { border-color: #91FC95; }

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

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