Html Css Color HEX #8ECA40 Atlantis

📋 copy color: '#8ECA40'

red 142 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #8ECA40

Tints of Atlantis #8ECA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

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

R = 34.8%
G = 49.51%
B = 15.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#8ECA40 (or 0x8ECA40) is known color: Atlantis. HEX triplet: 8E, CA and 40. RGB value is (142,202,64). Sum of RGB (Red+Green+Blue) = 142+202+64=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA40 is #7135BF. Grayscale: #A8A8A8. Windows color (decimal): -7419328 or 4246158. OLE color: 4246158.

HSL color Cylindrical-coordinate representation of color #8ECA40: hue angle of 86.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ECA40 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 202 64 -
CMYK 0.30 0 0.68 0.21
HSL 86.09º 0.57% 0.52% -
HSV(B) 86.09º 0.68% 0.79% -
XYZ 33.2 48.36 12.44 -
YUV 168.33 69.12 109.22 -
System Red Green Blue C M Y K H S L
Decimal 142 202 64 0.30 0 0.68 0.21 86.09 0.57 0.52
Hex 8E CA 40 1E 0 44 15 56 39 34
Octal 216 312 100 36 0 104 25 126 71 64
Binary 10001110 11001010 1000000 11110 0 1000100 10101 1010110 111001 110100

Color Harmonies of #8ECA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECA40

Black with #8ECA40

Text Example


Text Example

White with #8ECA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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