Html Css Color HEX #8ECC40 Atlantis

📋 copy color: '#8ECC40'

red 142 ◦ green 204 ◦ blue 64

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

Shades of Atlantis #8ECC40

Tints of Atlantis #8ECC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

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

R = 34.63%
G = 49.76%
B = 15.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#8ECC40 (or 0x8ECC40) is known color: Atlantis. HEX triplet: 8E, CC and 40. RGB value is (142,204,64). Sum of RGB (Red+Green+Blue) = 142+204+64=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECC40 is #7133BF. Grayscale: #AAAAAA. Windows color (decimal): -7418816 or 4246670. OLE color: 4246670.

HSL color Cylindrical-coordinate representation of color #8ECC40: hue angle of 86.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ECC40 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 204 64 -
CMYK 0.30 0 0.69 0.2
HSL 86.57º 0.58% 0.53% -
HSV(B) 86.57º 0.69% 0.8% -
XYZ 33.67 49.31 12.59 -
YUV 169.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 142 204 64 0.30 0 0.69 0.2 86.57 0.58 0.53
Hex 8E CC 40 1E 0 45 14 57 3A 35
Octal 216 314 100 36 0 105 24 127 72 65
Binary 10001110 11001100 1000000 11110 0 1000101 10100 1010111 111010 110101

Color Harmonies of #8ECC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECC40

Black with #8ECC40

Text Example


Text Example

White with #8ECC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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