Html Css Color HEX #8EC140 Atlantis

📋 copy color: '#8EC140'

red 142 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #8EC140

Tints of Atlantis #8EC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.37%

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

R = 35.59%
G = 48.37%
B = 16.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#8EC140 (or 0x8EC140) is known color: Atlantis. HEX triplet: 8E, C1 and 40. RGB value is (142,193,64). Sum of RGB (Red+Green+Blue) = 142+193+64=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC140 is #713EBF. Grayscale: #A3A3A3. Windows color (decimal): -7421632 or 4243854. OLE color: 4243854.

HSL color Cylindrical-coordinate representation of color #8EC140: hue angle of 83.72º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EC140 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 193 64 -
CMYK 0.26 0 0.67 0.24
HSL 83.72º 0.51% 0.5% -
HSV(B) 83.72º 0.67% 0.76% -
XYZ 31.15 44.26 11.75 -
YUV 163.05 72.1 112.99 -
System Red Green Blue C M Y K H S L
Decimal 142 193 64 0.26 0 0.67 0.24 83.72 0.51 0.5
Hex 8E C1 40 1A 0 43 18 54 33 32
Octal 216 301 100 32 0 103 30 124 63 62
Binary 10001110 11000001 1000000 11010 0 1000011 11000 1010100 110011 110010

Color Harmonies of #8EC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC140

Black with #8EC140

Text Example


Text Example

White with #8EC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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