Html Css Color HEX #8EC149 Atlantis

📋 copy color: '#8EC149'

red 142 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #8EC149

Tints of Atlantis #8EC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

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

R = 34.8%
G = 47.3%
B = 17.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#8EC149 (or 0x8EC149) is known color: Atlantis. HEX triplet: 8E, C1 and 49. RGB value is (142,193,73). Sum of RGB (Red+Green+Blue) = 142+193+73=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC149 is #713EB6. Grayscale: #A4A4A4. Windows color (decimal): -7421623 or 4833678. OLE color: 4833678.

HSL color Cylindrical-coordinate representation of color #8EC149: hue angle of 85.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EC149 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 193 73 -
CMYK 0.26 0 0.62 0.24
HSL 85.5º 0.49% 0.52% -
HSV(B) 85.5º 0.62% 0.76% -
XYZ 31.43 44.37 13.21 -
YUV 164.07 76.6 112.26 -
System Red Green Blue C M Y K H S L
Decimal 142 193 73 0.26 0 0.62 0.24 85.5 0.49 0.52
Hex 8E C1 49 1A 0 3E 18 56 31 34
Octal 216 301 111 32 0 76 30 126 61 64
Binary 10001110 11000001 1001001 11010 0 111110 11000 1010110 110001 110100

Color Harmonies of #8EC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC149

Black with #8EC149

Text Example


Text Example

White with #8EC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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