#93C33C

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

Shades of Atlantis #93C33C

Tints of Atlantis #93C33C

Color information

#93C33C (or 0x93C33C) is unknown color: approx Atlantis. HEX triplet: 93, C3 and 3C. RGB value is (147,195,60). Sum of RGB (Red+Green+Blue) = 147+195+60=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #93C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C33C is #6C3CC3. Grayscale: #A5A5A5. Windows color (decimal): -7093444 or 3982227. OLE color: 3982227.

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

Color convert

RGB14719560-
CMYK0.2500.690.24
HSL81.33º52.94%50%-
HSV(B)81.33º69.23%76.47%-
XYZ32.3645.5611.36-
YUV165.2668.6114.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 195 (76.56% from 255) = 48.51%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=36.57%
G=48.51%
B=14.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147195600.2500.690.2481.3352.9450
Hex93C33C1904518513532
Octal22330374310105301216562
Binary10010011110000111111001100101000101110001010001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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