Html Css Color HEX #8ED144 Atlantis

📋 copy color: '#8ED144'

red 142 ◦ green 209 ◦ blue 68

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

Shades of Atlantis #8ED144

Tints of Atlantis #8ED144

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.88%

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

R = 33.89%
G = 49.88%
B = 16.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#8ED144 (or 0x8ED144) is known color: Atlantis. HEX triplet: 8E, D1 and 44. RGB value is (142,209,68). Sum of RGB (Red+Green+Blue) = 142+209+68=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED144 is #712EBB. Grayscale: #ADADAD. Windows color (decimal): -7417532 or 4510094. OLE color: 4510094.

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

Color convert

RGB 142 209 68 -
CMYK 0.32 0 0.67 0.18
HSL 88.51º 0.61% 0.54% -
HSV(B) 88.51º 0.67% 0.82% -
XYZ 35 51.77 13.62 -
YUV 172.89 68.8 105.96 -
System Red Green Blue C M Y K H S L
Decimal 142 209 68 0.32 0 0.67 0.18 88.51 0.61 0.54
Hex 8E D1 44 20 0 43 12 59 3D 36
Octal 216 321 104 40 0 103 22 131 75 66
Binary 10001110 11010001 1000100 100000 0 1000011 10010 1011001 111101 110110

Color Harmonies of #8ED144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED144

Black with #8ED144

Text Example


Text Example

White with #8ED144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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