#91FAB2

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

Shades of Pale Green #91FAB2

Tints of Pale Green #91FAB2

Color information

#91FAB2 (or 0x91FAB2) is unknown color: approx Pale Green. HEX triplet: 91, FA and B2. RGB value is (145,250,178). Sum of RGB (Red+Green+Blue) = 145+250+178=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FAB2 is #6E054D. Grayscale: #D2D2D2. Windows color (decimal): -7210318 or 11729553. OLE color: 11729553.

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

Color convert

RGB145250178-
CMYK0.4200.290.02
HSL138.86º91.3%77.45%-
HSV(B)138.86º42%98.04%-
XYZ53.977.6154.26-
YUV210.4109.7181.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.31%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=25.31%
G=43.63%
B=31.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452501780.4200.290.02138.8691.377.45
Hex91FAB22A01D28b5b4d
Octal221372262520352213133115
Binary100100011111101010110010101010011101101000101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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