#93C64E

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

Shades of Atlantis #93C64E

Tints of Atlantis #93C64E

Color information

#93C64E (or 0x93C64E) is unknown color: approx Atlantis. HEX triplet: 93, C6 and 4E. RGB value is (147,198,78). Sum of RGB (Red+Green+Blue) = 147+198+78=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #93C64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C64E is #6C39B1. Grayscale: #A9A9A9. Windows color (decimal): -7092658 or 5162643. OLE color: 5162643.

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

Color convert

RGB14719878-
CMYK0.2600.610.22
HSL85.5º51.28%54.12%-
HSV(B)85.5º60.61%77.65%-
XYZ33.647.1414.54-
YUV169.0776.6112.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=34.75%
G=46.81%
B=18.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147198780.2600.610.2285.551.2854.12
Hex93C64E1A03D16563336
Octal22330611632075261266366
Binary10010011110001101001110110100111101101101010110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,198,78); }

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

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

 a { background-color: rgb(147,198,78); }

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

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

 span { border-color: rgb(147,198,78); }

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