#8AD747

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

Shades of Atlantis #8AD747

Tints of Atlantis #8AD747

Color information

#8AD747 (or 0x8AD747) is unknown color: approx Atlantis. HEX triplet: 8A, D7 and 47. RGB value is (138,215,71). Sum of RGB (Red+Green+Blue) = 138+215+71=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD747 is #7528B8. Grayscale: #B0B0B0. Windows color (decimal): -7678137 or 4708234. OLE color: 4708234.

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

Color convert

RGB13821571-
CMYK0.3600.670.16
HSL92.08º64.29%56.08%-
HSV(B)92.08º66.98%84.31%-
XYZ35.9254.4614.58-
YUV175.5668.99101.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 215 (84.38% from 255) = 50.71%
BLUE value IS 71 (28.12% from 255) = 16.75%
R=32.55%
G=50.71%
B=16.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138215710.3600.670.1692.0864.2956.08
Hex8AD74724043105c4038
Octal2123271074401032013410070
Binary10001010110101111000111100100010000111000010111001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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