#8CD94D

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

Shades of Atlantis #8CD94D

Tints of Atlantis #8CD94D

Color information

#8CD94D (or 0x8CD94D) is unknown color: approx Atlantis. HEX triplet: 8C, D9 and 4D. RGB value is (140,217,77). Sum of RGB (Red+Green+Blue) = 140+217+77=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD94D is #7326B2. Grayscale: #B2B2B2. Windows color (decimal): -7546547 or 5101964. OLE color: 5101964.

HSL color Cylindrical-coordinate representation of color #8CD94D: hue angle of 93º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CD94D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14021777-
CMYK0.3500.650.15
HSL93º64.81%57.65%-
HSV(B)93º64.52%85.1%-
XYZ36.9755.7415.83-
YUV178.0270.99100.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 217 (85.16% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 17.74%
R=32.26%
G=50%
B=17.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal140217770.3500.650.159364.8157.65
Hex8CD94D23041F5d413a
Octal2143311154301011713510172
Binary1000110011011001100110110001101000001111110111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,77); }

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

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

 a { background-color: rgb(140,217,77); }

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

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

 span { border-color: rgb(140,217,77); }

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