#93E941

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

Shades of Atlantis #93E941

Tints of Atlantis #93E941

Color information

#93E941 (or 0x93E941) is unknown color: approx Atlantis. HEX triplet: 93, E9 and 41. RGB value is (147,233,65). Sum of RGB (Red+Green+Blue) = 147+233+65=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #93E941 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93E941 is #6C16BE. Grayscale: #BCBCBC. Windows color (decimal): -7083711 or 4319635. OLE color: 4319635.

HSL color Cylindrical-coordinate representation of color #93E941: hue angle of 90.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93E941 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB14723365-
CMYK0.3700.720.09
HSL90.71º79.25%58.43%-
HSV(B)90.71º72.1%91.37%-
XYZ42.1364.8615.3-
YUV188.1358.5198.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 233 (91.41% from 255) = 52.36%
BLUE value IS 65 (25.78% from 255) = 14.61%
R=33.03%
G=52.36%
B=14.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal147233650.3700.720.0990.7179.2558.43
Hex93E9412504895b4f3a
Octal2233511014501101113311772
Binary1001001111101001100000110010101001000100110110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,233,65); }

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

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

 a { background-color: rgb(147,233,65); }

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

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

 span { border-color: rgb(147,233,65); }

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