#91FC96

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

Shades of Pale Green #91FC96

Tints of Pale Green #91FC96

Color information

#91FC96 (or 0x91FC96) is unknown color: approx Pale Green. HEX triplet: 91, FC and 96. RGB value is (145,252,150). Sum of RGB (Red+Green+Blue) = 145+252+150=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #91FC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FC96 is #6E0369. Grayscale: #D0D0D0. Windows color (decimal): -7209834 or 9895057. OLE color: 9895057.

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

Color convert

RGB145252150-
CMYK0.4200.400.01
HSL122.8º94.69%77.84%-
HSV(B)122.8º42.46%98.82%-
XYZ51.9977.8441.14-
YUV208.3895.0582.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.51%
GREEN value IS 252 (98.83% from 255) = 46.07%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=26.51%
G=46.07%
B=27.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452521500.4200.400.01122.894.6977.84
Hex91FC962A02817b5f4e
Octal221374226520501173137116
Binary10010001111111001001011010101001010001111101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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