Html Css Color HEX #8EE04A Atlantis

📋 copy color: '#8EE04A'

red 142 ◦ green 224 ◦ blue 74

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

Shades of Atlantis #8EE04A

Tints of Atlantis #8EE04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.91%

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 32.27%
G = 50.91%
B = 16.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#8EE04A (or 0x8EE04A) is known color: Atlantis. HEX triplet: 8E, E0 and 4A. RGB value is (142,224,74). Sum of RGB (Red+Green+Blue) = 142+224+74=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE04A is #711FB5. Grayscale: #B6B6B6. Windows color (decimal): -7413686 or 4907150. OLE color: 4907150.

HSL color Cylindrical-coordinate representation of color #8EE04A: hue angle of 92.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EE04A is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 224 74 -
CMYK 0.37 0 0.67 0.12
HSL 92.8º 0.71% 0.58% -
HSV(B) 92.8º 0.67% 0.88% -
XYZ 39.05 59.56 15.92 -
YUV 182.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 142 224 74 0.37 0 0.67 0.12 92.8 0.71 0.58
Hex 8E E0 4A 25 0 43 C 5D 47 3A
Octal 216 340 112 45 0 103 14 135 107 72
Binary 10001110 11100000 1001010 100101 0 1000011 1100 1011101 1000111 111010

Color Harmonies of #8EE04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE04A

Black with #8EE04A

Text Example


Text Example

White with #8EE04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,224,74); }

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

background-color css

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

 a { background-color: rgb(142,224,74); }

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

border-color css

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

 span { border-color: rgb(142,224,74); }

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