#89F150

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

Shades of Atlantis #89F150

Tints of Atlantis #89F150

Color information

#89F150 (or 0x89F150) is unknown color: approx Atlantis. HEX triplet: 89, F1 and 50. RGB value is (137,241,80). Sum of RGB (Red+Green+Blue) = 137+241+80=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #89F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #89F150 is #760EAF. Grayscale: #C0C0C0. Windows color (decimal): -7737008 or 5304713. OLE color: 5304713.

HSL color Cylindrical-coordinate representation of color #89F150: hue angle of 98.76º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89F150 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB13724180-
CMYK0.4300.670.05
HSL98.76º85.19%62.94%-
HSV(B)98.76º66.8%94.51%-
XYZ43.2268.8118.59-
YUV191.5565.0489.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 241 (94.53% from 255) = 52.62%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=29.91%
G=52.62%
B=17.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137241800.4300.670.0598.7685.1962.94
Hex89F1502B043563553f
Octal211361120530103514312577
Binary100010011111000110100001010110100001110111000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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