Html Css Color HEX #8ED848 Atlantis

📋 copy color: '#8ED848'

red 142 ◦ green 216 ◦ blue 72

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

Shades of Atlantis #8ED848

Tints of Atlantis #8ED848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 33.02%
G = 50.23%
B = 16.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#8ED848 (or 0x8ED848) is known color: Atlantis. HEX triplet: 8E, D8 and 48. RGB value is (142,216,72). Sum of RGB (Red+Green+Blue) = 142+216+72=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED848 is #7127B7. Grayscale: #B1B1B1. Windows color (decimal): -7415736 or 4774030. OLE color: 4774030.

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

Color convert

RGB 142 216 72 -
CMYK 0.34 0 0.67 0.15
HSL 90.83º 0.65% 0.56% -
HSV(B) 90.83º 0.67% 0.85% -
XYZ 36.88 55.33 14.87 -
YUV 177.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 142 216 72 0.34 0 0.67 0.15 90.83 0.65 0.56
Hex 8E D8 48 22 0 43 F 5B 41 38
Octal 216 330 110 42 0 103 17 133 101 70
Binary 10001110 11011000 1001000 100010 0 1000011 1111 1011011 1000001 111000

Color Harmonies of #8ED848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED848

Black with #8ED848

Text Example


Text Example

White with #8ED848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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