Html Css Color HEX #8EE340 Atlantis

📋 copy color: '#8EE340'

red 142 ◦ green 227 ◦ blue 64

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

Shades of Atlantis #8EE340

Tints of Atlantis #8EE340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.42%

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

R = 32.79%
G = 52.42%
B = 14.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#8EE340 (or 0x8EE340) is known color: Atlantis. HEX triplet: 8E, E3 and 40. RGB value is (142,227,64). Sum of RGB (Red+Green+Blue) = 142+227+64=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE340 is #711CBF. Grayscale: #B7B7B7. Windows color (decimal): -7412928 or 4252558. OLE color: 4252558.

HSL color Cylindrical-coordinate representation of color #8EE340: hue angle of 91.29º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EE340 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 142 227 64 -
CMYK 0.37 0 0.72 0.11
HSL 91.29º 0.74% 0.57% -
HSV(B) 91.29º 0.72% 0.89% -
XYZ 39.55 61.06 14.55 -
YUV 183 60.84 98.75 -
System Red Green Blue C M Y K H S L
Decimal 142 227 64 0.37 0 0.72 0.11 91.29 0.74 0.57
Hex 8E E3 40 25 0 48 B 5B 4A 39
Octal 216 343 100 45 0 110 13 133 112 71
Binary 10001110 11100011 1000000 100101 0 1001000 1011 1011011 1001010 111001

Color Harmonies of #8EE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE340

Black with #8EE340

Text Example


Text Example

White with #8EE340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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