#93D942

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

Shades of Atlantis #93D942

Tints of Atlantis #93D942

Color information

#93D942 (or 0x93D942) is unknown color: approx Atlantis. HEX triplet: 93, D9 and 42. RGB value is (147,217,66). Sum of RGB (Red+Green+Blue) = 147+217+66=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #93D942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D942 is #6C26BD. Grayscale: #B3B3B3. Windows color (decimal): -7087806 or 4381075. OLE color: 4381075.

HSL color Cylindrical-coordinate representation of color #93D942: hue angle of 87.81º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93D942 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB14721766-
CMYK0.3200.700.15
HSL87.81º66.52%55.49%-
HSV(B)87.81º69.59%85.1%-
XYZ37.8356.2214.01-
YUV178.8664.31105.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 217 (85.16% from 255) = 50.47%
BLUE value IS 66 (26.17% from 255) = 15.35%
R=34.19%
G=50.47%
B=15.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147217660.3200.700.1587.8166.5255.49
Hex93D94220046F584337
Octal2233311024001061713010367
Binary1001001111011001100001010000001000110111110110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,217,66); }

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

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

 a { background-color: rgb(147,217,66); }

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

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

 span { border-color: rgb(147,217,66); }

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