#93C848

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

Shades of Atlantis #93C848

Tints of Atlantis #93C848

Color information

#93C848 (or 0x93C848) is unknown color: approx Atlantis. HEX triplet: 93, C8 and 48. RGB value is (147,200,72). Sum of RGB (Red+Green+Blue) = 147+200+72=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #93C848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C848 is #6C37B7. Grayscale: #AAAAAA. Windows color (decimal): -7092152 or 4769939. OLE color: 4769939.

HSL color Cylindrical-coordinate representation of color #93C848: hue angle of 84.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93C848 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB14720072-
CMYK0.2600.640.22
HSL84.84º53.78%53.33%-
HSV(B)84.84º64%78.43%-
XYZ33.8647.9813.61-
YUV169.5672.94111.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 200 (78.52% from 255) = 47.73%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=35.08%
G=47.73%
B=17.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147200720.2600.640.2284.8453.7853.33
Hex93C8481A04016553635
Octal223310110320100261256665
Binary100100111100100010010001101001000000101101010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,200,72); }

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

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

 a { background-color: rgb(147,200,72); }

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

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

 span { border-color: rgb(147,200,72); }

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