#93C33F

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

Shades of Atlantis #93C33F

Tints of Atlantis #93C33F

Color information

#93C33F (or 0x93C33F) is unknown color: approx Atlantis. HEX triplet: 93, C3 and 3F. RGB value is (147,195,63). Sum of RGB (Red+Green+Blue) = 147+195+63=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #93C33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C33F is #6C3CC0. Grayscale: #A6A6A6. Windows color (decimal): -7093441 or 4178835. OLE color: 4178835.

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

Color convert

RGB14719563-
CMYK0.2500.680.24
HSL81.82º52.38%50.59%-
HSV(B)81.82º67.69%76.47%-
XYZ32.4445.5911.79-
YUV165.670.1114.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 63 (25% from 255) = 15.56%
R=36.30%
G=48.15%
B=15.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147195630.2500.680.2481.8252.3850.59
Hex93C33F1904418523433
Octal22330377310104301226463
Binary10010011110000111111111100101000100110001010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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