#93C346

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

Shades of Atlantis #93C346

Tints of Atlantis #93C346

Color information

#93C346 (or 0x93C346) is unknown color: approx Atlantis. HEX triplet: 93, C3 and 46. RGB value is (147,195,70). Sum of RGB (Red+Green+Blue) = 147+195+70=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #93C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C346 is #6C3CB9. Grayscale: #A6A6A6. Windows color (decimal): -7093434 or 4637587. OLE color: 4637587.

HSL color Cylindrical-coordinate representation of color #93C346: hue angle of 83.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93C346 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB14719570-
CMYK0.2500.640.24
HSL83.04º51.02%51.96%-
HSV(B)83.04º64.1%76.47%-
XYZ32.6545.6812.89-
YUV166.473.6114.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=35.68%
G=47.33%
B=16.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147195700.2500.640.2483.0451.0251.96
Hex93C3461904018533334
Octal223303106310100301236364
Binary100100111100001110001101100101000000110001010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,195,70); }

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

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

 a { background-color: rgb(147,195,70); }

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

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

 span { border-color: rgb(147,195,70); }

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