#8AD847

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

Shades of Atlantis #8AD847

Tints of Atlantis #8AD847

Color information

#8AD847 (or 0x8AD847) is unknown color: approx Atlantis. HEX triplet: 8A, D8 and 47. RGB value is (138,216,71). Sum of RGB (Red+Green+Blue) = 138+216+71=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD847 is #7527B8. Grayscale: #B0B0B0. Windows color (decimal): -7677881 or 4708490. OLE color: 4708490.

HSL color Cylindrical-coordinate representation of color #8AD847: hue angle of 92.28º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AD847 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB13821671-
CMYK0.3600.670.15
HSL92.28º65.02%56.27%-
HSV(B)92.28º67.13%84.71%-
XYZ36.1754.9714.66-
YUV176.1568.66100.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 71 (28.12% from 255) = 16.71%
R=32.47%
G=50.82%
B=16.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138216710.3600.670.1592.2865.0256.27
Hex8AD84724043F5c4138
Octal2123301074401031713410170
Binary1000101011011000100011110010001000011111110111001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,216,71); }

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

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

 a { background-color: rgb(138,216,71); }

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

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

 span { border-color: rgb(138,216,71); }

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