Html Css Color HEX #8EE032 Atlantis

📋 copy color: '#8EE032'

red 142 ◦ green 224 ◦ blue 50

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

Shades of Atlantis #8EE032

Tints of Atlantis #8EE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 34.13%
G = 53.85%
B = 12.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#8EE032 (or 0x8EE032) is known color: Atlantis. HEX triplet: 8E, E0 and 32. RGB value is (142,224,50). Sum of RGB (Red+Green+Blue) = 142+224+50=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE032 is #711FCD. Grayscale: #B4B4B4. Windows color (decimal): -7413710 or 3334286. OLE color: 3334286.

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

Color convert

RGB 142 224 50 -
CMYK 0.37 0 0.78 0.12
HSL 88.28º 0.74% 0.54% -
HSV(B) 88.28º 0.78% 0.88% -
XYZ 38.39 59.29 12.44 -
YUV 179.65 54.83 101.15 -
System Red Green Blue C M Y K H S L
Decimal 142 224 50 0.37 0 0.78 0.12 88.28 0.74 0.54
Hex 8E E0 32 25 0 4E C 58 4A 36
Octal 216 340 62 45 0 116 14 130 112 66
Binary 10001110 11100000 110010 100101 0 1001110 1100 1011000 1001010 110110

Color Harmonies of #8EE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE032

Black with #8EE032

Text Example


Text Example

White with #8EE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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