#91F994

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

Shades of Pale Green #91F994

Tints of Pale Green #91F994

Color information

#91F994 (or 0x91F994) is unknown color: approx Pale Green. HEX triplet: 91, F9 and 94. RGB value is (145,249,148). Sum of RGB (Red+Green+Blue) = 145+249+148=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #91F994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F994 is #6E066B. Grayscale: #CECECE. Windows color (decimal): -7210604 or 9763217. OLE color: 9763217.

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

Color convert

RGB145249148-
CMYK0.4200.410.02
HSL121.73º89.66%77.25%-
HSV(B)121.73º41.77%97.65%-
XYZ50.975.9139.99-
YUV206.3995.0484.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.75%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=26.75%
G=45.94%
B=27.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452491480.4200.410.02121.7389.6677.25
Hex91F9942A02927a5a4d
Octal221371224520512172132115
Binary100100011111100110010100101010010100110111101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,249,148); }

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

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

 a { background-color: rgb(145,249,148); }

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

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

 span { border-color: rgb(145,249,148); }

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