Html Css Color HEX #8EDA4E Atlantis

📋 copy color: '#8EDA4E'

red 142 ◦ green 218 ◦ blue 78

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

Shades of Atlantis #8EDA4E

Tints of Atlantis #8EDA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.77%

 BLUE value IS 78 (30.86% from 255) = 17.81%

R = 32.42%
G = 49.77%
B = 17.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#8EDA4E (or 0x8EDA4E) is known color: Atlantis. HEX triplet: 8E, DA and 4E. RGB value is (142,218,78). Sum of RGB (Red+Green+Blue) = 142+218+78=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA4E is #7125B1. Grayscale: #B3B3B3. Windows color (decimal): -7415218 or 5167758. OLE color: 5167758.

HSL color Cylindrical-coordinate representation of color #8EDA4E: hue angle of 92.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EDA4E is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 78 -
CMYK 0.35 0 0.64 0.15
HSL 92.57º 0.65% 0.58% -
HSV(B) 92.57º 0.64% 0.85% -
XYZ 37.6 56.44 16.12 -
YUV 179.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 142 218 78 0.35 0 0.64 0.15 92.57 0.65 0.58
Hex 8E DA 4E 23 0 40 F 5D 41 3A
Octal 216 332 116 43 0 100 17 135 101 72
Binary 10001110 11011010 1001110 100011 0 1000000 1111 1011101 1000001 111010

Color Harmonies of #8EDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA4E

Black with #8EDA4E

Text Example


Text Example

White with #8EDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,78); }

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

background-color css

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

 a { background-color: rgb(142,218,78); }

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

border-color css

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

 span { border-color: rgb(142,218,78); }

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