#91FB96

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

Shades of Pale Green #91FB96

Tints of Pale Green #91FB96

Color information

#91FB96 (or 0x91FB96) is unknown color: approx Pale Green. HEX triplet: 91, FB and 96. RGB value is (145,251,150). Sum of RGB (Red+Green+Blue) = 145+251+150=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #91FB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FB96 is #6E0469. Grayscale: #D0D0D0. Windows color (decimal): -7210090 or 9894801. OLE color: 9894801.

HSL color Cylindrical-coordinate representation of color #91FB96: hue angle of 122.83º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FB96 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB145251150-
CMYK0.4200.400.02
HSL122.83º92.98%77.65%-
HSV(B)122.83º42.23%98.43%-
XYZ51.6877.2241.03-
YUV207.7995.3883.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.56%
GREEN value IS 251 (98.44% from 255) = 45.97%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=26.56%
G=45.97%
B=27.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452511500.4200.400.02122.8392.9877.65
Hex91FB962A02827b5d4e
Octal221373226520502173135116
Binary100100011111101110010110101010010100010111101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,251,150); }

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

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

 a { background-color: rgb(145,251,150); }

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

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

 span { border-color: rgb(145,251,150); }

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