#8DF24D

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

Shades of Atlantis #8DF24D

Tints of Atlantis #8DF24D

Color information

#8DF24D (or 0x8DF24D) is unknown color: approx Atlantis. HEX triplet: 8D, F2 and 4D. RGB value is (141,242,77). Sum of RGB (Red+Green+Blue) = 141+242+77=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF24D is #720DB2. Grayscale: #C1C1C1. Windows color (decimal): -7474611 or 5108365. OLE color: 5108365.

HSL color Cylindrical-coordinate representation of color #8DF24D: hue angle of 96.73º 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 #8DF24D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB14124277-
CMYK0.4200.680.05
HSL96.73º86.39%62.55%-
HSV(B)96.73º68.18%94.9%-
XYZ44.0869.718.15-
YUV192.9962.5490.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 77 (30.47% from 255) = 16.74%
R=30.65%
G=52.61%
B=16.74%

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
Decimal141242770.4200.680.0596.7386.3962.55
Hex8DF24D2A044561563f
Octal215362115520104514112677
Binary100011011111001010011011010100100010010111000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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