Html Css Color HEX #8EC34A Atlantis

📋 copy color: '#8EC34A'

red 142 ◦ green 195 ◦ blue 74

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

Shades of Atlantis #8EC34A

Tints of Atlantis #8EC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 34.55%
G = 47.45%
B = 18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#8EC34A (or 0x8EC34A) is known color: Atlantis. HEX triplet: 8E, C3 and 4A. RGB value is (142,195,74). Sum of RGB (Red+Green+Blue) = 142+195+74=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC34A is #713CB5. Grayscale: #A5A5A5. Windows color (decimal): -7421110 or 4899726. OLE color: 4899726.

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

Color convert

RGB 142 195 74 -
CMYK 0.27 0 0.62 0.24
HSL 86.28º 0.5% 0.53% -
HSV(B) 86.28º 0.62% 0.76% -
XYZ 31.91 45.28 13.54 -
YUV 165.36 76.44 111.34 -
System Red Green Blue C M Y K H S L
Decimal 142 195 74 0.27 0 0.62 0.24 86.28 0.5 0.53
Hex 8E C3 4A 1B 0 3E 18 56 32 35
Octal 216 303 112 33 0 76 30 126 62 65
Binary 10001110 11000011 1001010 11011 0 111110 11000 1010110 110010 110101

Color Harmonies of #8EC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC34A

Black with #8EC34A

Text Example


Text Example

White with #8EC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,195,74); }

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

background-color css

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

 a { background-color: rgb(142,195,74); }

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

border-color css

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

 span { border-color: rgb(142,195,74); }

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