#93EA35

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

Shades of Atlantis #93EA35

Tints of Atlantis #93EA35

Color information

#93EA35 (or 0x93EA35) is unknown color: approx Atlantis. HEX triplet: 93, EA and 35. RGB value is (147,234,53). Sum of RGB (Red+Green+Blue) = 147+234+53=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 234 (91.80% from 255 or 53.92% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EA35 is #6C15CA. Grayscale: #BBBBBB. Windows color (decimal): -7083467 or 3533459. OLE color: 3533459.

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

Color convert

RGB14723453-
CMYK0.3700.770.08
HSL88.84º81.17%56.27%-
HSV(B)88.84º77.35%91.76%-
XYZ42.165.3113.75-
YUV187.3552.1899.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 234 (91.80% from 255) = 53.92%
BLUE value IS 53 (21.09% from 255) = 12.21%
R=33.87%
G=53.92%
B=12.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147234530.3700.770.0888.8481.1756.27
Hex93EA352504D8595138
Octal223352654501151013112170
Binary100100111110101011010110010101001101100010110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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