#93C24F

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

Shades of Atlantis #93C24F

Tints of Atlantis #93C24F

Color information

#93C24F (or 0x93C24F) is unknown color: approx Atlantis. HEX triplet: 93, C2 and 4F. RGB value is (147,194,79). Sum of RGB (Red+Green+Blue) = 147+194+79=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #93C24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C24F is #6C3DB0. Grayscale: #A7A7A7. Windows color (decimal): -7093681 or 5227155. OLE color: 5227155.

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

Color convert

RGB14719479-
CMYK0.2400.590.24
HSL84.52º48.52%53.53%-
HSV(B)84.52º59.28%76.08%-
XYZ32.7445.3514.43-
YUV166.8478.43113.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 194 (76.17% from 255) = 46.19%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=35%
G=46.19%
B=18.81%

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
Decimal147194790.2400.590.2484.5248.5253.53
Hex93C24F1803B18553136
Octal22330211730073301256166
Binary10010011110000101001111110000111011110001010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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