Html Css Color HEX #8EC349 Atlantis

📋 copy color: '#8EC349'

red 142 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #8EC349

Tints of Atlantis #8EC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

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

R = 34.63%
G = 47.56%
B = 17.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#8EC349 (or 0x8EC349) is known color: Atlantis. HEX triplet: 8E, C3 and 49. RGB value is (142,195,73). Sum of RGB (Red+Green+Blue) = 142+195+73=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC349 is #713CB6. Grayscale: #A5A5A5. Windows color (decimal): -7421111 or 4834190. OLE color: 4834190.

HSL color Cylindrical-coordinate representation of color #8EC349: hue angle of 86.07º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EC349 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 195 73 -
CMYK 0.27 0 0.63 0.24
HSL 86.07º 0.5% 0.53% -
HSV(B) 86.07º 0.63% 0.76% -
XYZ 31.87 45.26 13.36 -
YUV 165.25 75.94 111.42 -
System Red Green Blue C M Y K H S L
Decimal 142 195 73 0.27 0 0.63 0.24 86.07 0.5 0.53
Hex 8E C3 49 1B 0 3F 18 56 32 35
Octal 216 303 111 33 0 77 30 126 62 65
Binary 10001110 11000011 1001001 11011 0 111111 11000 1010110 110010 110101

Color Harmonies of #8EC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC349

Black with #8EC349

Text Example


Text Example

White with #8EC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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