Html Css Color HEX #93D44A Atlantis

📋 copy color: '#93D44A'

red 147 ◦ green 212 ◦ blue 74

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

Shades of Atlantis #93D44A

Tints of Atlantis #93D44A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.96%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 33.95%
G = 48.96%
B = 17.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#93D44A (or 0x93D44A) is known color: Atlantis. HEX triplet: 93, D4 and 4A. RGB value is (147,212,74). Sum of RGB (Red+Green+Blue) = 147+212+74=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #93D44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D44A is #6C2BB5. Grayscale: #B1B1B1. Windows color (decimal): -7089078 or 4904083. OLE color: 4904083.

HSL color Cylindrical-coordinate representation of color #93D44A: hue angle of 88.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93D44A is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 212 74 -
CMYK 0.31 0 0.65 0.17
HSL 88.26º 0.62% 0.56% -
HSV(B) 88.26º 0.65% 0.83% -
XYZ 36.81 53.78 14.92 -
YUV 176.83 69.97 106.72 -
System Red Green Blue C M Y K H S L
Decimal 147 212 74 0.31 0 0.65 0.17 88.26 0.62 0.56
Hex 93 D4 4A 1F 0 41 11 58 3E 38
Octal 223 324 112 37 0 101 21 130 76 70
Binary 10010011 11010100 1001010 11111 0 1000001 10001 1011000 111110 111000

Color Harmonies of #93D44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D44A

Black with #93D44A

Text Example


Text Example

White with #93D44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,212,74); }

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

background-color css

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

 a { background-color: rgb(147,212,74); }

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

border-color css

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

 span { border-color: rgb(147,212,74); }

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