#8cde3c

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

Shades of Atlantis #8CDE3C

Tints of Atlantis #8CDE3C

Color information

#8CDE3C (or 0x8CDE3C) is unknown color: approx Atlantis. HEX triplet: 8C, DE and 3C. RGB value is (140,222,60). Sum of RGB (Red+Green+Blue) = 140+222+60=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDE3C is #7321C3. Grayscale: #B3B3B3. Windows color (decimal): -7545284 or 3989132. OLE color: 3989132.

HSL color Cylindrical-coordinate representation of color #8CDE3C: hue angle of 90.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CDE3C is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB14022260-
CMYK0.3700.730.13
HSL90.37º71.05%55.29%-
HSV(B)90.37º72.97%87.06%-
XYZ37.7558.1413.51-
YUV179.0160.83100.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 222 (87.11% from 255) = 52.61%
BLUE value IS 60 (23.83% from 255) = 14.22%
R=33.18%
G=52.61%
B=14.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140222600.3700.730.1390.3771.0555.29
Hex8CDE3C25049D5a4737
Octal214336744501111513210767
Binary100011001101111011110010010101001001110110110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cde3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,222,60); }

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

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

 a { background-color: rgb(140,222,60); }

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

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

 span { border-color: rgb(140,222,60); }

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