Html Css Color HEX #8EC146 Atlantis

📋 copy color: '#8EC146'

red 142 ◦ green 193 ◦ blue 70

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

Shades of Atlantis #8EC146

Tints of Atlantis #8EC146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 35.06%
G = 47.65%
B = 17.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#8EC146 (or 0x8EC146) is known color: Atlantis. HEX triplet: 8E, C1 and 46. RGB value is (142,193,70). Sum of RGB (Red+Green+Blue) = 142+193+70=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC146 is #713EB9. Grayscale: #A4A4A4. Windows color (decimal): -7421626 or 4637070. OLE color: 4637070.

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

Color convert

RGB 142 193 70 -
CMYK 0.26 0 0.64 0.24
HSL 84.88º 0.5% 0.52% -
HSV(B) 84.88º 0.64% 0.76% -
XYZ 31.33 44.33 12.7 -
YUV 163.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 142 193 70 0.26 0 0.64 0.24 84.88 0.5 0.52
Hex 8E C1 46 1A 0 40 18 55 32 34
Octal 216 301 106 32 0 100 30 125 62 64
Binary 10001110 11000001 1000110 11010 0 1000000 11000 1010101 110010 110100

Color Harmonies of #8EC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC146

Black with #8EC146

Text Example


Text Example

White with #8EC146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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