Html Css Color HEX #93D84A Atlantis

📋 copy color: '#93D84A'

red 147 ◦ green 216 ◦ blue 74

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

Shades of Atlantis #93D84A

Tints of Atlantis #93D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.43%

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

R = 33.64%
G = 49.43%
B = 16.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#93D84A (or 0x93D84A) is known color: Atlantis. HEX triplet: 93, D8 and 4A. RGB value is (147,216,74). Sum of RGB (Red+Green+Blue) = 147+216+74=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #93D84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D84A is #6C27B5. Grayscale: #B3B3B3. Windows color (decimal): -7088054 or 4905107. OLE color: 4905107.

HSL color Cylindrical-coordinate representation of color #93D84A: hue angle of 89.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93D84A is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 216 74 -
CMYK 0.32 0 0.66 0.15
HSL 89.15º 0.65% 0.57% -
HSV(B) 89.15º 0.66% 0.85% -
XYZ 37.82 55.81 15.26 -
YUV 179.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 147 216 74 0.32 0 0.66 0.15 89.15 0.65 0.57
Hex 93 D8 4A 20 0 42 F 59 41 39
Octal 223 330 112 40 0 102 17 131 101 71
Binary 10010011 11011000 1001010 100000 0 1000010 1111 1011001 1000001 111001

Color Harmonies of #93D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D84A

Black with #93D84A

Text Example


Text Example

White with #93D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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