#91F260

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

Shades of Pastel Green #91F260

Tints of Pastel Green #91F260

Color information

#91F260 (or 0x91F260) is unknown color: approx Pastel Green. HEX triplet: 91, F2 and 60. RGB value is (145,242,96). Sum of RGB (Red+Green+Blue) = 145+242+96=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #91F260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91F260 is #6E0D9F. Grayscale: #C4C4C4. Windows color (decimal): -7212448 or 6353553. OLE color: 6353553.

HSL color Cylindrical-coordinate representation of color #91F260: hue angle of 99.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91F260 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB14524296-
CMYK0.4000.600.05
HSL99.86º84.88%66.27%-
HSV(B)99.86º60.33%94.9%-
XYZ45.5470.3722.25-
YUV196.3571.3691.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 242 (94.92% from 255) = 50.10%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=30.02%
G=50.10%
B=19.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145242960.4000.600.0599.8684.8866.27
Hex91F2602803C5645542
Octal221362140500745144125102
Binary100100011111001011000001010000111100101110010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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