#93D545

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

Shades of Atlantis #93D545

Tints of Atlantis #93D545

Color information

#93D545 (or 0x93D545) is unknown color: approx Atlantis. HEX triplet: 93, D5 and 45. RGB value is (147,213,69). Sum of RGB (Red+Green+Blue) = 147+213+69=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #93D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D545 is #6C2ABA. Grayscale: #B1B1B1. Windows color (decimal): -7088827 or 4576659. OLE color: 4576659.

HSL color Cylindrical-coordinate representation of color #93D545: hue angle of 87.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93D545 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB14721369-
CMYK0.3100.680.16
HSL87.5º63.16%55.29%-
HSV(B)87.5º67.61%83.53%-
XYZ36.954.2214.15-
YUV176.8567.13106.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 213 (83.59% from 255) = 49.65%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=34.27%
G=49.65%
B=16.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147213690.3100.680.1687.563.1655.29
Hex93D5451F04410583f37
Octal223325105370104201307767
Binary100100111101010110001011111101000100100001011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,213,69); }

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

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

 a { background-color: rgb(147,213,69); }

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

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

 span { border-color: rgb(147,213,69); }

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