Html Css Color HEX #8DDC4A Atlantis

📋 copy color: '#8DDC4A'

red 141 ◦ green 220 ◦ blue 74

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

Shades of Atlantis #8DDC4A

Tints of Atlantis #8DDC4A

RGB

 RED value IS 141 (55.47% from 255) = 32.41%

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

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

R = 32.41%
G = 50.57%
B = 17.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#8DDC4A (or 0x8DDC4A) is known color: Atlantis. HEX triplet: 8D, DC and 4A. RGB value is (141,220,74). Sum of RGB (Red+Green+Blue) = 141+220+74=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC4A is #7223B5. Grayscale: #B4B4B4. Windows color (decimal): -7480246 or 4906125. OLE color: 4906125.

HSL color Cylindrical-coordinate representation of color #8DDC4A: hue angle of 92.47º 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 #8DDC4A is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 74 -
CMYK 0.36 0 0.66 0.14
HSL 92.47º 0.68% 0.58% -
HSV(B) 92.47º 0.66% 0.86% -
XYZ 37.81 57.34 15.55 -
YUV 179.74 68.33 100.37 -
System Red Green Blue C M Y K H S L
Decimal 141 220 74 0.36 0 0.66 0.14 92.47 0.68 0.58
Hex 8D DC 4A 24 0 42 E 5C 44 3A
Octal 215 334 112 44 0 102 16 134 104 72
Binary 10001101 11011100 1001010 100100 0 1000010 1110 1011100 1000100 111010

Color Harmonies of #8DDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC4A

Black with #8DDC4A

Text Example


Text Example

White with #8DDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DDC4A; }

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

 H1.HeaderClassName
 {
   color: #8DDC4A;
 }
 .AnyTagClassName
 {
   color: #8DDC4A;
 }
</style>

background-color css

<style>
 a { background-color: #8DDC4A; }

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

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

border-color css

<style>
 span { border-color: #8DDC4A; }

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

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