#8DC841

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

Shades of Atlantis #8DC841

Tints of Atlantis #8DC841

Color information

#8DC841 (or 0x8DC841) is unknown color: approx Atlantis. HEX triplet: 8D, C8 and 41. RGB value is (141,200,65). Sum of RGB (Red+Green+Blue) = 141+200+65=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC841 is #7237BE. Grayscale: #A7A7A7. Windows color (decimal): -7485375 or 4311181. OLE color: 4311181.

HSL color Cylindrical-coordinate representation of color #8DC841: hue angle of 86.22º 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 #8DC841 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB14120065-
CMYK0.2900.680.22
HSL86.22º55.1%51.96%-
HSV(B)86.22º67.5%78.43%-
XYZ32.5947.3512.42-
YUV166.9770.45109.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 200 (78.52% from 255) = 49.26%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=34.73%
G=49.26%
B=16.01%

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
Decimal141200650.2900.680.2286.2255.151.96
Hex8DC8411D04416563734
Octal215310101350104261266764
Binary100011011100100010000011110101000100101101010110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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