#89F14A

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

Shades of Atlantis #89F14A

Tints of Atlantis #89F14A

Color information

#89F14A (or 0x89F14A) is unknown color: approx Atlantis. HEX triplet: 89, F1 and 4A. RGB value is (137,241,74). Sum of RGB (Red+Green+Blue) = 137+241+74=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #89F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89F14A is #760EB5. Grayscale: #BFBFBF. Windows color (decimal): -7737014 or 4911497. OLE color: 4911497.

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

Color convert

RGB13724174-
CMYK0.4300.690.05
HSL97.37º85.64%61.76%-
HSV(B)97.37º69.29%94.51%-
XYZ43.0168.7217.48-
YUV190.8762.0489.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.31%
GREEN value IS 241 (94.53% from 255) = 53.32%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=30.31%
G=53.32%
B=16.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137241740.4300.690.0597.3785.6461.76
Hex89F14A2B045561563e
Octal211361112530105514112676
Binary100010011111000110010101010110100010110111000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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