Html Css Color HEX #8EC449 Atlantis

📋 copy color: '#8EC449'

red 142 ◦ green 196 ◦ blue 73

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

Shades of Atlantis #8EC449

Tints of Atlantis #8EC449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

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

R = 34.55%
G = 47.69%
B = 17.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#8EC449 (or 0x8EC449) is known color: Atlantis. HEX triplet: 8E, C4 and 49. RGB value is (142,196,73). Sum of RGB (Red+Green+Blue) = 142+196+73=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC449 is #713BB6. Grayscale: #A6A6A6. Windows color (decimal): -7420855 or 4834446. OLE color: 4834446.

HSL color Cylindrical-coordinate representation of color #8EC449: hue angle of 86.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC449 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 196 73 -
CMYK 0.28 0 0.63 0.23
HSL 86.34º 0.51% 0.53% -
HSV(B) 86.34º 0.63% 0.77% -
XYZ 32.1 45.71 13.43 -
YUV 165.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 142 196 73 0.28 0 0.63 0.23 86.34 0.51 0.53
Hex 8E C4 49 1C 0 3F 17 56 33 35
Octal 216 304 111 34 0 77 27 126 63 65
Binary 10001110 11000100 1001001 11100 0 111111 10111 1010110 110011 110101

Color Harmonies of #8EC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC449

Black with #8EC449

Text Example


Text Example

White with #8EC449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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