#91FAA9

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

Shades of Pale Green #91FAA9

Tints of Pale Green #91FAA9

Color information

#91FAA9 (or 0x91FAA9) is unknown color: approx Pale Green. HEX triplet: 91, FA and A9. RGB value is (145,250,169). Sum of RGB (Red+Green+Blue) = 145+250+169=564 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.71% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FAA9 is #6E0556. Grayscale: #D1D1D1. Windows color (decimal): -7210327 or 11139729. OLE color: 11139729.

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

Color convert

RGB145250169-
CMYK0.4200.320.02
HSL133.71º91.3%77.45%-
HSV(B)133.71º42%98.04%-
XYZ53.0277.2649.65-
YUV209.37105.2182.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.71%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=25.71%
G=44.33%
B=29.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452501690.4200.320.02133.7191.377.45
Hex91FAA92A0202865b4d
Octal221372251520402206133115
Binary1001000111111010101010011010100100000101000011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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