Html Css Color HEX #8ED846 Atlantis

📋 copy color: '#8ED846'

red 142 ◦ green 216 ◦ blue 70

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

Shades of Atlantis #8ED846

Tints of Atlantis #8ED846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 33.18%
G = 50.47%
B = 16.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#8ED846 (or 0x8ED846) is known color: Atlantis. HEX triplet: 8E, D8 and 46. RGB value is (142,216,70). Sum of RGB (Red+Green+Blue) = 142+216+70=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED846 is #7127B9. Grayscale: #B1B1B1. Windows color (decimal): -7415738 or 4642958. OLE color: 4642958.

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

Color convert

RGB 142 216 70 -
CMYK 0.34 0 0.68 0.15
HSL 90.41º 0.65% 0.56% -
HSV(B) 90.41º 0.68% 0.85% -
XYZ 36.82 55.3 14.53 -
YUV 177.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 142 216 70 0.34 0 0.68 0.15 90.41 0.65 0.56
Hex 8E D8 46 22 0 44 F 5A 41 38
Octal 216 330 106 42 0 104 17 132 101 70
Binary 10001110 11011000 1000110 100010 0 1000100 1111 1011010 1000001 111000

Color Harmonies of #8ED846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED846

Black with #8ED846

Text Example


Text Example

White with #8ED846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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