Html Css Color HEX #8EC145 Atlantis

📋 copy color: '#8EC145'

red 142 ◦ green 193 ◦ blue 69

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

Shades of Atlantis #8EC145

Tints of Atlantis #8EC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

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

R = 35.15%
G = 47.77%
B = 17.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#8EC145 (or 0x8EC145) is known color: Atlantis. HEX triplet: 8E, C1 and 45. RGB value is (142,193,69). Sum of RGB (Red+Green+Blue) = 142+193+69=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC145 is #713EBA. Grayscale: #A4A4A4. Windows color (decimal): -7421627 or 4571534. OLE color: 4571534.

HSL color Cylindrical-coordinate representation of color #8EC145: hue angle of 84.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EC145 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 193 69 -
CMYK 0.26 0 0.64 0.24
HSL 84.68º 0.5% 0.51% -
HSV(B) 84.68º 0.64% 0.76% -
XYZ 31.3 44.32 12.54 -
YUV 163.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 142 193 69 0.26 0 0.64 0.24 84.68 0.5 0.51
Hex 8E C1 45 1A 0 40 18 55 32 33
Octal 216 301 105 32 0 100 30 125 62 63
Binary 10001110 11000001 1000101 11010 0 1000000 11000 1010101 110010 110011

Color Harmonies of #8EC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC145

Black with #8EC145

Text Example


Text Example

White with #8EC145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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