#91FCA5

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

Shades of Pale Green #91FCA5

Tints of Pale Green #91FCA5

Color information

#91FCA5 (or 0x91FCA5) is unknown color: approx Pale Green. HEX triplet: 91, FC and A5. RGB value is (145,252,165). Sum of RGB (Red+Green+Blue) = 145+252+165=562 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.80% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FCA5 is #6E035A. Grayscale: #D2D2D2. Windows color (decimal): -7209819 or 10878097. OLE color: 10878097.

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

Color convert

RGB145252165-
CMYK0.4200.350.01
HSL131.21º94.69%77.84%-
HSV(B)131.21º42.46%98.82%-
XYZ53.2878.3647.91-
YUV210.09102.5581.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.80%
GREEN value IS 252 (98.83% from 255) = 44.84%
BLUE value IS 165 (64.84% from 255) = 29.36%
R=25.80%
G=44.84%
B=29.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452521650.4200.350.01131.2194.6977.84
Hex91FCA52A0231835f4e
Octal221374245520431203137116
Binary100100011111110010100101101010010001111000001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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