#8DC63C

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

Shades of Atlantis #8DC63C

Tints of Atlantis #8DC63C

Color information

#8DC63C (or 0x8DC63C) is unknown color: approx Atlantis. HEX triplet: 8D, C6 and 3C. RGB value is (141,198,60). Sum of RGB (Red+Green+Blue) = 141+198+60=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC63C is #7239C3. Grayscale: #A5A5A5. Windows color (decimal): -7485892 or 3982989. OLE color: 3982989.

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

Color convert

RGB14119860-
CMYK0.2900.700.22
HSL84.78º54.76%50.59%-
HSV(B)84.78º69.7%77.65%-
XYZ31.9946.3811.54-
YUV165.2268.62110.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 198 (77.73% from 255) = 49.62%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=35.34%
G=49.62%
B=15.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141198600.2900.700.2284.7854.7650.59
Hex8DC63C1D04616553733
Octal21530674350106261256763
Binary10001101110001101111001110101000110101101010101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,60); }

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

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

 a { background-color: rgb(141,198,60); }

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

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

 span { border-color: rgb(141,198,60); }

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