#93E84D

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

Shades of Atlantis #93E84D

Tints of Atlantis #93E84D

Color information

#93E84D (or 0x93E84D) is unknown color: approx Atlantis. HEX triplet: 93, E8 and 4D. RGB value is (147,232,77). Sum of RGB (Red+Green+Blue) = 147+232+77=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #93E84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E84D is #6C17B2. Grayscale: #BDBDBD. Windows color (decimal): -7083955 or 5105811. OLE color: 5105811.

HSL color Cylindrical-coordinate representation of color #93E84D: hue angle of 92.9º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93E84D is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB14723277-
CMYK0.3700.670.09
HSL92.9º77.11%60.59%-
HSV(B)92.9º66.81%90.98%-
XYZ42.2364.4517.24-
YUV188.9264.8498.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.24%
GREEN value IS 232 (91.02% from 255) = 50.88%
BLUE value IS 77 (30.47% from 255) = 16.89%
R=32.24%
G=50.88%
B=16.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal147232770.3700.670.0992.977.1160.59
Hex93E84D2504395d4d3d
Octal2233501154501031113511575
Binary1001001111101000100110110010101000011100110111011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93E84D; }

 p { color: rgb(147,232,77); }

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

<style>
 a { background-color: #93E84D; }

 a { background-color: rgb(147,232,77); }

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

<style>
 span { border-color: #93E84D; }

 span { border-color: rgb(147,232,77); }

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