#8ADA46

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

Shades of Atlantis #8ADA46

Tints of Atlantis #8ADA46

Color information

#8ADA46 (or 0x8ADA46) is unknown color: approx Atlantis. HEX triplet: 8A, DA and 46. RGB value is (138,218,70). Sum of RGB (Red+Green+Blue) = 138+218+70=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADA46 is #7525B9. Grayscale: #B1B1B1. Windows color (decimal): -7677370 or 4643466. OLE color: 4643466.

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

Color convert

RGB13821870-
CMYK0.3700.680.15
HSL92.43º66.67%56.47%-
HSV(B)92.43º67.89%85.49%-
XYZ36.6655.9914.67-
YUV177.2167.5100.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 70 (27.73% from 255) = 16.43%
R=32.39%
G=51.17%
B=16.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138218700.3700.680.1592.4366.6756.47
Hex8ADA4625044F5c4338
Octal2123321064501041713410370
Binary1000101011011010100011010010101000100111110111001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,218,70); }

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

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

 a { background-color: rgb(138,218,70); }

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

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

 span { border-color: rgb(138,218,70); }

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