Html Css Color HEX #8EC54A Atlantis

📋 copy color: '#8EC54A'

red 142 ◦ green 197 ◦ blue 74

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

Shades of Atlantis #8EC54A

Tints of Atlantis #8EC54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 34.38%
G = 47.7%
B = 17.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#8EC54A (or 0x8EC54A) is known color: Atlantis. HEX triplet: 8E, C5 and 4A. RGB value is (142,197,74). Sum of RGB (Red+Green+Blue) = 142+197+74=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC54A is #713AB5. Grayscale: #A6A6A6. Windows color (decimal): -7420598 or 4900238. OLE color: 4900238.

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

Color convert

RGB 142 197 74 -
CMYK 0.28 0 0.62 0.23
HSL 86.83º 0.51% 0.53% -
HSV(B) 86.83º 0.62% 0.77% -
XYZ 32.36 46.18 13.69 -
YUV 166.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 142 197 74 0.28 0 0.62 0.23 86.83 0.51 0.53
Hex 8E C5 4A 1C 0 3E 17 57 33 35
Octal 216 305 112 34 0 76 27 127 63 65
Binary 10001110 11000101 1001010 11100 0 111110 10111 1010111 110011 110101

Color Harmonies of #8EC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC54A

Black with #8EC54A

Text Example


Text Example

White with #8EC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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