Html Css Color HEX #8EC548 Atlantis

📋 copy color: '#8EC548'

red 142 ◦ green 197 ◦ blue 72

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

Shades of Atlantis #8EC548

Tints of Atlantis #8EC548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 34.55%
G = 47.93%
B = 17.52%

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

#8EC548 (or 0x8EC548) is known color: Atlantis. HEX triplet: 8E, C5 and 48. RGB value is (142,197,72). Sum of RGB (Red+Green+Blue) = 142+197+72=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC548 is #713AB7. Grayscale: #A6A6A6. Windows color (decimal): -7420600 or 4769166. OLE color: 4769166.

HSL color Cylindrical-coordinate representation of color #8EC548: hue angle of 86.4º degrees, saturation: 0.52, 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 #8EC548 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 197 72 -
CMYK 0.28 0 0.63 0.23
HSL 86.4º 0.52% 0.53% -
HSV(B) 86.4º 0.63% 0.77% -
XYZ 32.29 46.15 13.34 -
YUV 166.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 142 197 72 0.28 0 0.63 0.23 86.4 0.52 0.53
Hex 8E C5 48 1C 0 3F 17 56 34 35
Octal 216 305 110 34 0 77 27 126 64 65
Binary 10001110 11000101 1001000 11100 0 111111 10111 1010110 110100 110101

Color Harmonies of #8EC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC548

Black with #8EC548

Text Example


Text Example

White with #8EC548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,197,72); }

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

background-color css

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

 a { background-color: rgb(142,197,72); }

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

border-color css

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

 span { border-color: rgb(142,197,72); }

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