Html Css Color HEX #8ED340 Atlantis

📋 copy color: '#8ED340'

red 142 ◦ green 211 ◦ blue 64

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

Shades of Atlantis #8ED340

Tints of Atlantis #8ED340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

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

R = 34.05%
G = 50.6%
B = 15.35%

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

#8ED340 (or 0x8ED340) is known color: Atlantis. HEX triplet: 8E, D3 and 40. RGB value is (142,211,64). Sum of RGB (Red+Green+Blue) = 142+211+64=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED340 is #712CBF. Grayscale: #AEAEAE. Windows color (decimal): -7417024 or 4248462. OLE color: 4248462.

HSL color Cylindrical-coordinate representation of color #8ED340: hue angle of 88.16º 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 #8ED340 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 64 -
CMYK 0.33 0 0.70 0.17
HSL 88.16º 0.63% 0.54% -
HSV(B) 88.16º 0.7% 0.83% -
XYZ 35.38 52.71 13.16 -
YUV 173.61 66.14 105.45 -
System Red Green Blue C M Y K H S L
Decimal 142 211 64 0.33 0 0.70 0.17 88.16 0.63 0.54
Hex 8E D3 40 21 0 46 11 58 3F 36
Octal 216 323 100 41 0 106 21 130 77 66
Binary 10001110 11010011 1000000 100001 0 1000110 10001 1011000 111111 110110

Color Harmonies of #8ED340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED340

Black with #8ED340

Text Example


Text Example

White with #8ED340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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