Html Css Color HEX #8ED048 Atlantis

📋 copy color: '#8ED048'

red 142 ◦ green 208 ◦ blue 72

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

Shades of Atlantis #8ED048

Tints of Atlantis #8ED048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

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

R = 33.65%
G = 49.29%
B = 17.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#8ED048 (or 0x8ED048) is known color: Atlantis. HEX triplet: 8E, D0 and 48. RGB value is (142,208,72). Sum of RGB (Red+Green+Blue) = 142+208+72=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED048 is #712FB7. Grayscale: #ADADAD. Windows color (decimal): -7417784 or 4771982. OLE color: 4771982.

HSL color Cylindrical-coordinate representation of color #8ED048: hue angle of 89.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ED048 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 72 -
CMYK 0.32 0 0.65 0.18
HSL 89.12º 0.59% 0.55% -
HSV(B) 89.12º 0.65% 0.82% -
XYZ 34.88 51.33 14.2 -
YUV 172.76 71.13 106.06 -
System Red Green Blue C M Y K H S L
Decimal 142 208 72 0.32 0 0.65 0.18 89.12 0.59 0.55
Hex 8E D0 48 20 0 41 12 59 3B 37
Octal 216 320 110 40 0 101 22 131 73 67
Binary 10001110 11010000 1001000 100000 0 1000001 10010 1011001 111011 110111

Color Harmonies of #8ED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED048

Black with #8ED048

Text Example


Text Example

White with #8ED048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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