#93E13C

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

Shades of Atlantis #93E13C

Tints of Atlantis #93E13C

Color information

#93E13C (or 0x93E13C) is unknown color: approx Atlantis. HEX triplet: 93, E1 and 3C. RGB value is (147,225,60). Sum of RGB (Red+Green+Blue) = 147+225+60=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #93E13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93E13C is #6C1EC3. Grayscale: #B7B7B7. Windows color (decimal): -7085764 or 3989907. OLE color: 3989907.

HSL color Cylindrical-coordinate representation of color #93E13C: hue angle of 88.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93E13C is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB14722560-
CMYK0.3500.730.12
HSL88.36º73.33%55.88%-
HSV(B)88.36º73.33%88.24%-
XYZ39.7760.3813.83-
YUV182.8758.66102.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 225 (88.28% from 255) = 52.08%
BLUE value IS 60 (23.83% from 255) = 13.89%
R=34.03%
G=52.08%
B=13.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal147225600.3500.730.1288.3673.3355.88
Hex93E13C23049C584938
Octal223341744301111413011170
Binary100100111110000111110010001101001001110010110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,60); }

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

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

 a { background-color: rgb(147,225,60); }

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

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

 span { border-color: rgb(147,225,60); }

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