#93C150

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

Shades of Atlantis #93C150

Tints of Atlantis #93C150

Color information

#93C150 (or 0x93C150) is unknown color: approx Atlantis. HEX triplet: 93, C1 and 50. RGB value is (147,193,80). Sum of RGB (Red+Green+Blue) = 147+193+80=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #93C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C150 is #6C3EAF. Grayscale: #A6A6A6. Windows color (decimal): -7093936 or 5292435. OLE color: 5292435.

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

Color convert

RGB14719380-
CMYK0.2400.590.24
HSL84.42º47.68%53.53%-
HSV(B)84.42º58.55%75.69%-
XYZ32.5544.9214.54-
YUV166.3679.26114.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=35%
G=45.95%
B=19.05%

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
Decimal147193800.2400.590.2484.4247.6853.53
Hex93C1501803B18543036
Octal22330112030073301246066
Binary10010011110000011010000110000111011110001010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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