#8EC841

Color #8EC841 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8EC841

Tints of Atlantis #8EC841

Color information

#8EC841 (or 0x8EC841) is unknown color: approx Atlantis. HEX triplet: 8E, C8 and 41. RGB value is (142,200,65). Sum of RGB (Red+Green+Blue) = 142+200+65=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC841 is #7137BE. Grayscale: #A7A7A7. Windows color (decimal): -7419839 or 4311182. OLE color: 4311182.

HSL color Cylindrical-coordinate representation of color #8EC841: hue angle of 85.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EC841 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB14220065-
CMYK0.2900.680.22
HSL85.78º55.1%51.96%-
HSV(B)85.78º67.5%78.43%-
XYZ32.7647.4412.43-
YUV167.2770.28109.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.89%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 65 (25.78% from 255) = 15.97%
R=34.89%
G=49.14%
B=15.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142200650.2900.680.2285.7855.151.96
Hex8EC8411D04416563734
Octal216310101350104261266764
Binary100011101100100010000011110101000100101101010110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,200,65); }

 H1.HeaderClassName
 {
   color: #8EC841;
 }
 .AnyTagClassName
 {
   color: #8EC841;
 }
</style>
background-color css

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

 a { background-color: rgb(142,200,65); }

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

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

 span { border-color: rgb(142,200,65); }

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