Html Css Color HEX #8EC440 Atlantis

📋 copy color: '#8EC440'

red 142 ◦ green 196 ◦ blue 64

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

Shades of Atlantis #8EC440

Tints of Atlantis #8EC440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 35.32%
G = 48.76%
B = 15.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#8EC440 (or 0x8EC440) is known color: Atlantis. HEX triplet: 8E, C4 and 40. RGB value is (142,196,64). Sum of RGB (Red+Green+Blue) = 142+196+64=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC440 is #713BBF. Grayscale: #A5A5A5. Windows color (decimal): -7420864 or 4244622. OLE color: 4244622.

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

Color convert

RGB 142 196 64 -
CMYK 0.28 0 0.67 0.23
HSL 84.55º 0.53% 0.51% -
HSV(B) 84.55º 0.67% 0.77% -
XYZ 31.82 45.6 11.98 -
YUV 164.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 142 196 64 0.28 0 0.67 0.23 84.55 0.53 0.51
Hex 8E C4 40 1C 0 43 17 55 35 33
Octal 216 304 100 34 0 103 27 125 65 63
Binary 10001110 11000100 1000000 11100 0 1000011 10111 1010101 110101 110011

Color Harmonies of #8EC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC440

Black with #8EC440

Text Example


Text Example

White with #8EC440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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