Html Css Color HEX #8EC34C Atlantis

📋 copy color: '#8EC34C'

red 142 ◦ green 195 ◦ blue 76

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

Shades of Atlantis #8EC34C

Tints of Atlantis #8EC34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 34.38%
G = 47.22%
B = 18.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#8EC34C (or 0x8EC34C) is known color: Atlantis. HEX triplet: 8E, C3 and 4C. RGB value is (142,195,76). Sum of RGB (Red+Green+Blue) = 142+195+76=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC34C is #713CB3. Grayscale: #A6A6A6. Windows color (decimal): -7421108 or 5030798. OLE color: 5030798.

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

Color convert

RGB 142 195 76 -
CMYK 0.27 0 0.61 0.24
HSL 86.72º 0.5% 0.53% -
HSV(B) 86.72º 0.61% 0.76% -
XYZ 31.97 45.3 13.9 -
YUV 165.59 77.44 111.18 -
System Red Green Blue C M Y K H S L
Decimal 142 195 76 0.27 0 0.61 0.24 86.72 0.5 0.53
Hex 8E C3 4C 1B 0 3D 18 57 32 35
Octal 216 303 114 33 0 75 30 127 62 65
Binary 10001110 11000011 1001100 11011 0 111101 11000 1010111 110010 110101

Color Harmonies of #8EC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC34C

Black with #8EC34C

Text Example


Text Example

White with #8EC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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