#93C14F

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

Shades of Atlantis #93C14F

Tints of Atlantis #93C14F

Color information

#93C14F (or 0x93C14F) is unknown color: approx Atlantis. HEX triplet: 93, C1 and 4F. RGB value is (147,193,79). Sum of RGB (Red+Green+Blue) = 147+193+79=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #93C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C14F is #6C3EB0. Grayscale: #A6A6A6. Windows color (decimal): -7093937 or 5226899. OLE color: 5226899.

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

Color convert

RGB14719379-
CMYK0.2400.590.24
HSL84.21º47.9%53.33%-
HSV(B)84.21º59.07%75.69%-
XYZ32.5144.9114.35-
YUV166.2578.76114.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=35.08%
G=46.06%
B=18.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147193790.2400.590.2484.2147.953.33
Hex93C14F1803B18543035
Octal22330111730073301246065
Binary10010011110000011001111110000111011110001010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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