Html Css Color HEX #8ED138 Atlantis

📋 copy color: '#8ED138'

red 142 ◦ green 209 ◦ blue 56

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

Shades of Atlantis #8ED138

Tints of Atlantis #8ED138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.76%

R = 34.89%
G = 51.35%
B = 13.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#8ED138 (or 0x8ED138) is known color: Atlantis. HEX triplet: 8E, D1 and 38. RGB value is (142,209,56). Sum of RGB (Red+Green+Blue) = 142+209+56=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED138 is #712EC7. Grayscale: #ACACAC. Windows color (decimal): -7417544 or 3723662. OLE color: 3723662.

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

Color convert

RGB 142 209 56 -
CMYK 0.32 0 0.73 0.18
HSL 86.27º 0.62% 0.52% -
HSV(B) 86.27º 0.73% 0.82% -
XYZ 34.67 51.64 11.88 -
YUV 171.53 62.8 106.94 -
System Red Green Blue C M Y K H S L
Decimal 142 209 56 0.32 0 0.73 0.18 86.27 0.62 0.52
Hex 8E D1 38 20 0 49 12 56 3E 34
Octal 216 321 70 40 0 111 22 126 76 64
Binary 10001110 11010001 111000 100000 0 1001001 10010 1010110 111110 110100

Color Harmonies of #8ED138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED138

Black with #8ED138

Text Example


Text Example

White with #8ED138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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