#8FED4E

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

Shades of Atlantis #8FED4E

Tints of Atlantis #8FED4E

Color information

#8FED4E (or 0x8FED4E) is unknown color: approx Atlantis. HEX triplet: 8F, ED and 4E. RGB value is (143,237,78). Sum of RGB (Red+Green+Blue) = 143+237+78=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FED4E is #7012B1. Grayscale: #BFBFBF. Windows color (decimal): -7344818 or 5172623. OLE color: 5172623.

HSL color Cylindrical-coordinate representation of color #8FED4E: hue angle of 95.47º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FED4E is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB14323778-
CMYK0.4000.670.07
HSL95.47º81.54%61.76%-
HSV(B)95.47º67.09%92.94%-
XYZ42.9966.9617.87-
YUV190.7764.3693.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 237 (92.97% from 255) = 51.75%
BLUE value IS 78 (30.86% from 255) = 17.03%
R=31.22%
G=51.75%
B=17.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143237780.4000.670.0795.4781.5461.76
Hex8FED4E2804375f523e
Octal217355116500103713712276
Binary100011111110110110011101010000100001111110111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FED4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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