#8AF24D

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

Shades of Atlantis #8AF24D

Tints of Atlantis #8AF24D

Color information

#8AF24D (or 0x8AF24D) is unknown color: approx Atlantis. HEX triplet: 8A, F2 and 4D. RGB value is (138,242,77). Sum of RGB (Red+Green+Blue) = 138+242+77=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF24D is #750DB2. Grayscale: #C0C0C0. Windows color (decimal): -7671219 or 5108362. OLE color: 5108362.

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

Color convert

RGB13824277-
CMYK0.4300.680.05
HSL97.82º86.39%62.55%-
HSV(B)97.82º68.18%94.9%-
XYZ43.5769.4418.13-
YUV192.0963.0489.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 242 (94.92% from 255) = 52.95%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=30.20%
G=52.95%
B=16.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138242770.4300.680.0597.8286.3962.55
Hex8AF24D2B044562563f
Octal212362115530104514212677
Binary100010101111001010011011010110100010010111000101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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