Html Css Color HEX #93DC4A Atlantis

📋 copy color: '#93DC4A'

red 147 ◦ green 220 ◦ blue 74

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

Shades of Atlantis #93DC4A

Tints of Atlantis #93DC4A

RGB

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

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

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

R = 33.33%
G = 49.89%
B = 16.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#93DC4A (or 0x93DC4A) is known color: Atlantis. HEX triplet: 93, DC and 4A. RGB value is (147,220,74). Sum of RGB (Red+Green+Blue) = 147+220+74=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC4A is #6C23B5. Grayscale: #B6B6B6. Windows color (decimal): -7087030 or 4906131. OLE color: 4906131.

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

Color convert

RGB 147 220 74 -
CMYK 0.33 0 0.66 0.14
HSL 90º 0.68% 0.58% -
HSV(B) 90º 0.66% 0.86% -
XYZ 38.86 57.88 15.6 -
YUV 181.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 147 220 74 0.33 0 0.66 0.14 90 0.68 0.58
Hex 93 DC 4A 21 0 42 E 5A 44 3A
Octal 223 334 112 41 0 102 16 132 104 72
Binary 10010011 11011100 1001010 100001 0 1000010 1110 1011010 1000100 111010

Color Harmonies of #93DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC4A

Black with #93DC4A

Text Example


Text Example

White with #93DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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