#91F2A8

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

Shades of Pale Green #91F2A8

Tints of Pale Green #91F2A8

Color information

#91F2A8 (or 0x91F2A8) is unknown color: approx Pale Green. HEX triplet: 91, F2 and A8. RGB value is (145,242,168). Sum of RGB (Red+Green+Blue) = 145+242+168=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F2A8 is #6E0D57. Grayscale: #CCCCCC. Windows color (decimal): -7212376 or 11072145. OLE color: 11072145.

HSL color Cylindrical-coordinate representation of color #91F2A8: hue angle of 134.23º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F2A8 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB145242168-
CMYK0.4000.310.05
HSL134.23º78.86%75.88%-
HSV(B)134.23º40.08%94.9%-
XYZ50.572.3548.35-
YUV204.56107.3685.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.13%
GREEN value IS 242 (94.92% from 255) = 43.60%
BLUE value IS 168 (66.02% from 255) = 30.27%
R=26.13%
G=43.60%
B=30.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452421680.4000.310.05134.2378.8675.88
Hex91F2A82801F5864f4c
Octal221362250500375206117114
Binary1001000111110010101010001010000111111011000011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,242,168); }

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

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

 a { background-color: rgb(145,242,168); }

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

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

 span { border-color: rgb(145,242,168); }

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