Html Css Color HEX #8EE145 Atlantis

📋 copy color: '#8EE145'

red 142 ◦ green 225 ◦ blue 69

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

Shades of Atlantis #8EE145

Tints of Atlantis #8EE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

 BLUE value IS 69 (27.34% from 255) = 15.83%

R = 32.57%
G = 51.61%
B = 15.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#8EE145 (or 0x8EE145) is known color: Atlantis. HEX triplet: 8E, E1 and 45. RGB value is (142,225,69). Sum of RGB (Red+Green+Blue) = 142+225+69=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE145 is #711EBA. Grayscale: #B6B6B6. Windows color (decimal): -7413435 or 4579726. OLE color: 4579726.

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

Color convert

RGB 142 225 69 -
CMYK 0.37 0 0.69 0.12
HSL 91.92º 0.72% 0.58% -
HSV(B) 91.92º 0.69% 0.88% -
XYZ 39.15 60.03 15.15 -
YUV 182.4 64 99.18 -
System Red Green Blue C M Y K H S L
Decimal 142 225 69 0.37 0 0.69 0.12 91.92 0.72 0.58
Hex 8E E1 45 25 0 45 C 5C 48 3A
Octal 216 341 105 45 0 105 14 134 110 72
Binary 10001110 11100001 1000101 100101 0 1000101 1100 1011100 1001000 111010

Color Harmonies of #8EE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE145

Black with #8EE145

Text Example


Text Example

White with #8EE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,225,69); }

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

background-color css

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

 a { background-color: rgb(142,225,69); }

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

border-color css

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

 span { border-color: rgb(142,225,69); }

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