#93C350

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

Shades of Atlantis #93C350

Tints of Atlantis #93C350

Color information

#93C350 (or 0x93C350) is unknown color: approx Atlantis. HEX triplet: 93, C3 and 50. RGB value is (147,195,80). Sum of RGB (Red+Green+Blue) = 147+195+80=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #93C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C350 is #6C3CAF. Grayscale: #A7A7A7. Windows color (decimal): -7093424 or 5292947. OLE color: 5292947.

HSL color Cylindrical-coordinate representation of color #93C350: hue angle of 85.04º 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 #93C350 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB14719580-
CMYK0.2500.590.24
HSL85.04º48.94%53.92%-
HSV(B)85.04º58.97%76.47%-
XYZ3345.8114.69-
YUV167.5478.6113.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=34.83%
G=46.21%
B=18.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147195800.2500.590.2485.0448.9453.92
Hex93C3501903B18553136
Octal22330312031073301256166
Binary10010011110000111010000110010111011110001010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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