#93C83D

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

Shades of Atlantis #93C83D

Tints of Atlantis #93C83D

Color information

#93C83D (or 0x93C83D) is unknown color: approx Atlantis. HEX triplet: 93, C8 and 3D. RGB value is (147,200,61). Sum of RGB (Red+Green+Blue) = 147+200+61=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #93C83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C83D is #6C37C2. Grayscale: #A8A8A8. Windows color (decimal): -7092163 or 4049043. OLE color: 4049043.

HSL color Cylindrical-coordinate representation of color #93C83D: hue angle of 82.88º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93C83D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB14720061-
CMYK0.2600.690.22
HSL82.88º55.82%51.18%-
HSV(B)82.88º69.5%78.43%-
XYZ33.5347.8511.88-
YUV168.3167.44112.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=36.03%
G=49.02%
B=14.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147200610.2600.690.2282.8855.8251.18
Hex93C83D1A04516533833
Octal22331075320105261237063
Binary10010011110010001111011101001000101101101010011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,61); }

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

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

 a { background-color: rgb(147,200,61); }

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

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

 span { border-color: rgb(147,200,61); }

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