#93D04A

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

Shades of Atlantis #93D04A

Tints of Atlantis #93D04A

Color information

#93D04A (or 0x93D04A) is unknown color: approx Atlantis. HEX triplet: 93, D0 and 4A. RGB value is (147,208,74). Sum of RGB (Red+Green+Blue) = 147+208+74=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #93D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D04A is #6C2FB5. Grayscale: #AEAEAE. Windows color (decimal): -7090102 or 4903059. OLE color: 4903059.

HSL color Cylindrical-coordinate representation of color #93D04A: hue angle of 87.31º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93D04A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB14720874-
CMYK0.2900.640.18
HSL87.31º58.77%55.29%-
HSV(B)87.31º64.42%81.57%-
XYZ35.8251.8114.59-
YUV174.4871.29108.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=34.27%
G=48.48%
B=17.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147208740.2900.640.1887.3158.7755.29
Hex93D04A1D04012573b37
Octal223320112350100221277367
Binary100100111101000010010101110101000000100101010111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,208,74); }

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

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

 a { background-color: rgb(147,208,74); }

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

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

 span { border-color: rgb(147,208,74); }

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