#91FA9F

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

Shades of Pale Green #91FA9F

Tints of Pale Green #91FA9F

Color information

#91FA9F (or 0x91FA9F) is unknown color: approx Pale Green. HEX triplet: 91, FA and 9F. RGB value is (145,250,159). Sum of RGB (Red+Green+Blue) = 145+250+159=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FA9F is #6E0560. Grayscale: #D0D0D0. Windows color (decimal): -7210337 or 10484369. OLE color: 10484369.

HSL color Cylindrical-coordinate representation of color #91FA9F: hue angle of 128º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FA9F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB145250159-
CMYK0.4200.360.02
HSL128º91.3%77.45%-
HSV(B)128º42%98.04%-
XYZ52.1276.8944.9-
YUV208.23100.2182.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.17%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=26.17%
G=45.13%
B=28.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452501590.4200.360.0212891.377.45
Hex91FA9F2A0242805b4d
Octal221372237520442200133115
Binary1001000111111010100111111010100100100101000000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,250,159); }

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

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

 a { background-color: rgb(145,250,159); }

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

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

 span { border-color: rgb(145,250,159); }

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