Html Css Color HEX #93DC46 Atlantis

📋 copy color: '#93DC46'

red 147 ◦ green 220 ◦ blue 70

#93DC46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #93DC46

Tints of Atlantis #93DC46

RGB

 RED value IS 147 (57.81% from 255) = 33.64%

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 70 (27.73% from 255) = 16.02%

R = 33.64%
G = 50.34%
B = 16.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#93DC46 (or 0x93DC46) is known color: Atlantis. HEX triplet: 93, DC and 46. RGB value is (147,220,70). Sum of RGB (Red+Green+Blue) = 147+220+70=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC46 is #6C23B9. Grayscale: #B5B5B5. Windows color (decimal): -7087034 or 4643987. OLE color: 4643987.

HSL color Cylindrical-coordinate representation of color #93DC46: hue angle of 89.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93DC46 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 70 -
CMYK 0.33 0 0.68 0.14
HSL 89.2º 0.68% 0.57% -
HSV(B) 89.2º 0.68% 0.86% -
XYZ 38.73 57.83 14.92 -
YUV 181.07 65.32 103.7 -
System Red Green Blue C M Y K H S L
Decimal 147 220 70 0.33 0 0.68 0.14 89.2 0.68 0.57
Hex 93 DC 46 21 0 44 E 59 44 39
Octal 223 334 106 41 0 104 16 131 104 71
Binary 10010011 11011100 1000110 100001 0 1000100 1110 1011001 1000100 111001

Color Harmonies of #93DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC46

Black with #93DC46

Text Example


Text Example

White with #93DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,70); }

 H1.HeaderClassName
 {
   color: #93DC46;
 }
 .AnyTagClassName
 {
   color: #93DC46;
 }
</style>

background-color css

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

 a { background-color: rgb(147,220,70); }

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

border-color css

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

 span { border-color: rgb(147,220,70); }

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