Html Css Color HEX #8ED844 Atlantis

📋 copy color: '#8ED844'

red 142 ◦ green 216 ◦ blue 68

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

Shades of Atlantis #8ED844

Tints of Atlantis #8ED844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.7%

 BLUE value IS 68 (26.95% from 255) = 15.96%

R = 33.33%
G = 50.7%
B = 15.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#8ED844 (or 0x8ED844) is known color: Atlantis. HEX triplet: 8E, D8 and 44. RGB value is (142,216,68). Sum of RGB (Red+Green+Blue) = 142+216+68=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED844 is #7127BB. Grayscale: #B1B1B1. Windows color (decimal): -7415740 or 4511886. OLE color: 4511886.

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

Color convert

RGB 142 216 68 -
CMYK 0.34 0 0.69 0.15
HSL 90º 0.65% 0.56% -
HSV(B) 90º 0.69% 0.85% -
XYZ 36.75 55.28 14.2 -
YUV 177 66.48 103.03 -
System Red Green Blue C M Y K H S L
Decimal 142 216 68 0.34 0 0.69 0.15 90 0.65 0.56
Hex 8E D8 44 22 0 45 F 5A 41 38
Octal 216 330 104 42 0 105 17 132 101 70
Binary 10001110 11011000 1000100 100010 0 1000101 1111 1011010 1000001 111000

Color Harmonies of #8ED844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED844

Black with #8ED844

Text Example


Text Example

White with #8ED844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,68); }

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

background-color css

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

 a { background-color: rgb(142,216,68); }

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

border-color css

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

 span { border-color: rgb(142,216,68); }

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