#8DF24E

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

Shades of Atlantis #8DF24E

Tints of Atlantis #8DF24E

Color information

#8DF24E (or 0x8DF24E) is unknown color: approx Atlantis. HEX triplet: 8D, F2 and 4E. RGB value is (141,242,78). Sum of RGB (Red+Green+Blue) = 141+242+78=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF24E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF24E is #720DB1. Grayscale: #C1C1C1. Windows color (decimal): -7474610 or 5173901. OLE color: 5173901.

HSL color Cylindrical-coordinate representation of color #8DF24E: hue angle of 96.95º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DF24E is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB14124278-
CMYK0.4200.680.05
HSL96.95º86.32%62.75%-
HSV(B)96.95º67.77%94.9%-
XYZ44.1169.7218.34-
YUV193.163.0490.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 242 (94.92% from 255) = 52.49%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=30.59%
G=52.49%
B=16.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141242780.4200.680.0596.9586.3262.75
Hex8DF24E2A044561563f
Octal215362116520104514112677
Binary100011011111001010011101010100100010010111000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,242,78); }

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

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

 a { background-color: rgb(141,242,78); }

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

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

 span { border-color: rgb(141,242,78); }

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