#89DC94

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

Shades of Light Green #89DC94

Tints of Light Green #89DC94

Color information

#89DC94 (or 0x89DC94) is unknown color: approx Light Green. HEX triplet: 89, DC and 94. RGB value is (137,220,148). Sum of RGB (Red+Green+Blue) = 137+220+148=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #89DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DC94 is #76236B. Grayscale: #BBBBBB. Windows color (decimal): -7742316 or 9755785. OLE color: 9755785.

HSL color Cylindrical-coordinate representation of color #89DC94: hue angle of 127.95º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DC94 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB137220148-
CMYK0.3800.330.14
HSL127.95º54.25%70%-
HSV(B)127.95º37.73%86.27%-
XYZ41.2658.6437.16-
YUV186.9710692.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=27.13%
G=43.56%
B=29.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372201480.3800.330.14127.9554.2570
Hex89DC9426021E803646
Octal211334224460411620066106
Binary10001001110111001001010010011001000011110100000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,220,148); }

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

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

 a { background-color: rgb(137,220,148); }

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

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

 span { border-color: rgb(137,220,148); }

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