Html Css Color HEX #8ED440 Atlantis

📋 copy color: '#8ED440'

red 142 ◦ green 212 ◦ blue 64

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

Shades of Atlantis #8ED440

Tints of Atlantis #8ED440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 33.97%
G = 50.72%
B = 15.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#8ED440 (or 0x8ED440) is known color: Atlantis. HEX triplet: 8E, D4 and 40. RGB value is (142,212,64). Sum of RGB (Red+Green+Blue) = 142+212+64=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED440 is #712BBF. Grayscale: #AEAEAE. Windows color (decimal): -7416768 or 4248718. OLE color: 4248718.

HSL color Cylindrical-coordinate representation of color #8ED440: hue angle of 88.38º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ED440 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 64 -
CMYK 0.33 0 0.70 0.17
HSL 88.38º 0.63% 0.54% -
HSV(B) 88.38º 0.7% 0.83% -
XYZ 35.62 53.21 13.24 -
YUV 174.2 65.81 105.03 -
System Red Green Blue C M Y K H S L
Decimal 142 212 64 0.33 0 0.70 0.17 88.38 0.63 0.54
Hex 8E D4 40 21 0 46 11 58 3F 36
Octal 216 324 100 41 0 106 21 130 77 66
Binary 10001110 11010100 1000000 100001 0 1000110 10001 1011000 111111 110110

Color Harmonies of #8ED440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED440

Black with #8ED440

Text Example


Text Example

White with #8ED440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,64); }

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

background-color css

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

 a { background-color: rgb(142,212,64); }

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

border-color css

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

 span { border-color: rgb(142,212,64); }

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