#93EA31

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

Shades of Atlantis #93EA31

Tints of Atlantis #93EA31

Color information

#93EA31 (or 0x93EA31) is unknown color: approx Atlantis. HEX triplet: 93, EA and 31. RGB value is (147,234,49). Sum of RGB (Red+Green+Blue) = 147+234+49=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EA31 is #6C15CE. Grayscale: #BBBBBB. Windows color (decimal): -7083471 or 3271315. OLE color: 3271315.

HSL color Cylindrical-coordinate representation of color #93EA31: hue angle of 88.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93EA31 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB14723449-
CMYK0.3700.790.08
HSL88.22º81.5%55.49%-
HSV(B)88.22º79.06%91.76%-
XYZ42.0165.2713.29-
YUV186.950.1899.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 234 (91.80% from 255) = 54.42%
BLUE value IS 49 (19.53% from 255) = 11.40%
R=34.19%
G=54.42%
B=11.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147234490.3700.790.0888.2281.555.49
Hex93EA312504F8585137
Octal223352614501171013012167
Binary100100111110101011000110010101001111100010110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,234,49); }

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

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

 a { background-color: rgb(147,234,49); }

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

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

 span { border-color: rgb(147,234,49); }

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