#8FD94E

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

Shades of Atlantis #8FD94E

Tints of Atlantis #8FD94E

Color information

#8FD94E (or 0x8FD94E) is unknown color: approx Atlantis. HEX triplet: 8F, D9 and 4E. RGB value is (143,217,78). Sum of RGB (Red+Green+Blue) = 143+217+78=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD94E is #7026B1. Grayscale: #B3B3B3. Windows color (decimal): -7349938 or 5167503. OLE color: 5167503.

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

Color convert

RGB14321778-
CMYK0.3400.640.15
HSL91.94º64.65%57.84%-
HSV(B)91.94º64.06%85.1%-
XYZ37.5256.0216.04-
YUV179.0370.98102.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 217 (85.16% from 255) = 49.54%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=32.65%
G=49.54%
B=17.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal143217780.3400.640.1591.9464.6557.84
Hex8FD94E22040F5c413a
Octal2173311164201001713410172
Binary1000111111011001100111010001001000000111110111001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,217,78); }

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

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

 a { background-color: rgb(143,217,78); }

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

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

 span { border-color: rgb(143,217,78); }

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