#8AED4F

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

Shades of Atlantis #8AED4F

Tints of Atlantis #8AED4F

Color information

#8AED4F (or 0x8AED4F) is unknown color: approx Atlantis. HEX triplet: 8A, ED and 4F. RGB value is (138,237,79). Sum of RGB (Red+Green+Blue) = 138+237+79=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AED4F is #7512B0. Grayscale: #BDBDBD. Windows color (decimal): -7672497 or 5238154. OLE color: 5238154.

HSL color Cylindrical-coordinate representation of color #8AED4F: hue angle of 97.59º degrees, saturation: 0.81, 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 #8AED4F is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB13823779-
CMYK0.4200.670.07
HSL97.59º81.44%61.96%-
HSV(B)97.59º66.67%92.94%-
XYZ42.1866.5418.02-
YUV189.3965.791.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 237 (92.97% from 255) = 52.20%
BLUE value IS 79 (31.25% from 255) = 17.40%
R=30.40%
G=52.20%
B=17.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138237790.4200.670.0797.5981.4461.96
Hex8AED4F2A043762513e
Octal212355117520103714212176
Binary100010101110110110011111010100100001111111000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AED4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,237,79); }

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

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

 a { background-color: rgb(138,237,79); }

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

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

 span { border-color: rgb(138,237,79); }

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