#93C13F

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

Shades of Atlantis #93C13F

Tints of Atlantis #93C13F

Color information

#93C13F (or 0x93C13F) is unknown color: approx Atlantis. HEX triplet: 93, C1 and 3F. RGB value is (147,193,63). Sum of RGB (Red+Green+Blue) = 147+193+63=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #93C13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C13F is #6C3EC0. Grayscale: #A4A4A4. Windows color (decimal): -7093953 or 4178323. OLE color: 4178323.

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

Color convert

RGB14719363-
CMYK0.2400.670.24
HSL81.23º51.18%50.2%-
HSV(B)81.23º67.36%75.69%-
XYZ3244.711.64-
YUV164.4370.76115.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 193 (75.78% from 255) = 47.89%
BLUE value IS 63 (25% from 255) = 15.63%
R=36.48%
G=47.89%
B=15.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147193630.2400.670.2481.2351.1850.2
Hex93C13F1804318513332
Octal22330177300103301216362
Binary10010011110000011111111100001000011110001010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,193,63); }

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

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

 a { background-color: rgb(147,193,63); }

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

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

 span { border-color: rgb(147,193,63); }

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