#89F160

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

Shades of Pastel Green #89F160

Tints of Pastel Green #89F160

Color information

#89F160 (or 0x89F160) is unknown color: approx Pastel Green. HEX triplet: 89, F1 and 60. RGB value is (137,241,96). Sum of RGB (Red+Green+Blue) = 137+241+96=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #89F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #89F160 is #760E9F. Grayscale: #C1C1C1. Windows color (decimal): -7736992 or 6353289. OLE color: 6353289.

HSL color Cylindrical-coordinate representation of color #89F160: hue angle of 103.03º degrees, saturation: 0.84, 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 #89F160 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB13724196-
CMYK0.4300.600.05
HSL103.03º83.82%66.08%-
HSV(B)103.03º60.17%94.51%-
XYZ43.8869.0722.09-
YUV193.3773.0487.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 241 (94.53% from 255) = 50.84%
BLUE value IS 96 (37.89% from 255) = 20.25%
R=28.90%
G=50.84%
B=20.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137241960.4300.600.05103.0383.8266.08
Hex89F1602B03C5675442
Octal211361140530745147124102
Binary100010011111000111000001010110111100101110011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89F160; }

 p { color: rgb(137,241,96); }

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

<style>
 a { background-color: #89F160; }

 a { background-color: rgb(137,241,96); }

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

<style>
 span { border-color: #89F160; }

 span { border-color: rgb(137,241,96); }

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