Html Css Color HEX #8ED949 Atlantis

📋 copy color: '#8ED949'

red 142 ◦ green 217 ◦ blue 73

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

Shades of Atlantis #8ED949

Tints of Atlantis #8ED949

RGB

 RED value IS 142 (55.86% from 255) = 32.87%

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 73 (28.91% from 255) = 16.9%

R = 32.87%
G = 50.23%
B = 16.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#8ED949 (or 0x8ED949) is known color: Atlantis. HEX triplet: 8E, D9 and 49. RGB value is (142,217,73). Sum of RGB (Red+Green+Blue) = 142+217+73=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED949 is #7126B6. Grayscale: #B2B2B2. Windows color (decimal): -7415479 or 4839822. OLE color: 4839822.

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

Color convert

RGB 142 217 73 -
CMYK 0.35 0 0.66 0.15
HSL 91.25º 0.65% 0.57% -
HSV(B) 91.25º 0.66% 0.85% -
XYZ 37.17 55.86 15.13 -
YUV 178.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 142 217 73 0.35 0 0.66 0.15 91.25 0.65 0.57
Hex 8E D9 49 23 0 42 F 5B 41 39
Octal 216 331 111 43 0 102 17 133 101 71
Binary 10001110 11011001 1001001 100011 0 1000010 1111 1011011 1000001 111001

Color Harmonies of #8ED949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED949

Black with #8ED949

Text Example


Text Example

White with #8ED949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,217,73); }

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

background-color css

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

 a { background-color: rgb(142,217,73); }

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

border-color css

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

 span { border-color: rgb(142,217,73); }

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