#93E150

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

Shades of Atlantis #93E150

Tints of Atlantis #93E150

Color information

#93E150 (or 0x93E150) is unknown color: approx Atlantis. HEX triplet: 93, E1 and 50. RGB value is (147,225,80). Sum of RGB (Red+Green+Blue) = 147+225+80=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #93E150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E150 is #6C1EAF. Grayscale: #B9B9B9. Windows color (decimal): -7085744 or 5300627. OLE color: 5300627.

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

Color convert

RGB14722580-
CMYK0.3500.640.12
HSL92.28º70.73%59.8%-
HSV(B)92.28º64.44%88.24%-
XYZ40.4160.6317.16-
YUV185.1568.66100.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 225 (88.28% from 255) = 49.78%
BLUE value IS 80 (31.64% from 255) = 17.70%
R=32.52%
G=49.78%
B=17.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal147225800.3500.640.1292.2870.7359.8
Hex93E15023040C5c473c
Octal2233411204301001413410774
Binary1001001111100001101000010001101000000110010111001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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