#93CA53

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

Shades of Atlantis #93CA53

Tints of Atlantis #93CA53

Color information

#93CA53 (or 0x93CA53) is unknown color: approx Atlantis. HEX triplet: 93, CA and 53. RGB value is (147,202,83). Sum of RGB (Red+Green+Blue) = 147+202+83=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA53 is #6C35AC. Grayscale: #ACACAC. Windows color (decimal): -7091629 or 5491347. OLE color: 5491347.

HSL color Cylindrical-coordinate representation of color #93CA53: hue angle of 87.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93CA53 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB14720283-
CMYK0.2700.590.21
HSL87.73º52.89%55.88%-
HSV(B)87.73º58.91%79.22%-
XYZ34.7149.0715.83-
YUV171.9977.78110.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 83 (32.81% from 255) = 19.21%
R=34.03%
G=46.76%
B=19.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147202830.2700.590.2187.7352.8955.88
Hex93CA531B03B15583538
Octal22331212333073251306570
Binary10010011110010101010011110110111011101011011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,83); }

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

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

 a { background-color: rgb(147,202,83); }

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

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

 span { border-color: rgb(147,202,83); }

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