#93D94F

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

Shades of Atlantis #93D94F

Tints of Atlantis #93D94F

Color information

#93D94F (or 0x93D94F) is unknown color: approx Atlantis. HEX triplet: 93, D9 and 4F. RGB value is (147,217,79). Sum of RGB (Red+Green+Blue) = 147+217+79=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #93D94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D94F is #6C26B0. Grayscale: #B4B4B4. Windows color (decimal): -7087793 or 5233043. OLE color: 5233043.

HSL color Cylindrical-coordinate representation of color #93D94F: hue angle of 90.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93D94F is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB14721779-
CMYK0.3200.640.15
HSL90.43º64.49%58.04%-
HSV(B)90.43º63.59%85.1%-
XYZ38.2656.3916.27-
YUV180.3470.81104.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=33.18%
G=48.98%
B=17.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147217790.3200.640.1590.4364.4958.04
Hex93D94F20040F5a403a
Octal2233311174001001713210072
Binary1001001111011001100111110000001000000111110110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,79); }

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

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

 a { background-color: rgb(147,217,79); }

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

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

 span { border-color: rgb(147,217,79); }

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