Html Css Color HEX #8ED244 Atlantis

📋 copy color: '#8ED244'

red 142 ◦ green 210 ◦ blue 68

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

Shades of Atlantis #8ED244

Tints of Atlantis #8ED244

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50%

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

R = 33.81%
G = 50%
B = 16.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#8ED244 (or 0x8ED244) is known color: Atlantis. HEX triplet: 8E, D2 and 44. RGB value is (142,210,68). Sum of RGB (Red+Green+Blue) = 142+210+68=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED244 is #712DBB. Grayscale: #ADADAD. Windows color (decimal): -7417276 or 4510350. OLE color: 4510350.

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

Color convert

RGB 142 210 68 -
CMYK 0.32 0 0.68 0.18
HSL 88.73º 0.61% 0.55% -
HSV(B) 88.73º 0.68% 0.82% -
XYZ 35.25 52.26 13.7 -
YUV 173.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 142 210 68 0.32 0 0.68 0.18 88.73 0.61 0.55
Hex 8E D2 44 20 0 44 12 59 3D 37
Octal 216 322 104 40 0 104 22 131 75 67
Binary 10001110 11010010 1000100 100000 0 1000100 10010 1011001 111101 110111

Color Harmonies of #8ED244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED244

Black with #8ED244

Text Example


Text Example

White with #8ED244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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