#8ADC46

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

Shades of Atlantis #8ADC46

Tints of Atlantis #8ADC46

Color information

#8ADC46 (or 0x8ADC46) is unknown color: approx Atlantis. HEX triplet: 8A, DC and 46. RGB value is (138,220,70). Sum of RGB (Red+Green+Blue) = 138+220+70=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC46 is #7523B9. Grayscale: #B2B2B2. Windows color (decimal): -7676858 or 4643978. OLE color: 4643978.

HSL color Cylindrical-coordinate representation of color #8ADC46: hue angle of 92.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ADC46 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB13822070-
CMYK0.3700.680.14
HSL92.8º68.18%56.86%-
HSV(B)92.8º68.18%86.27%-
XYZ37.1857.0314.84-
YUV178.3866.8399.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 220 (86.33% from 255) = 51.40%
BLUE value IS 70 (27.73% from 255) = 16.36%
R=32.24%
G=51.40%
B=16.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138220700.3700.680.1492.868.1856.86
Hex8ADC4625044E5d4439
Octal2123341064501041613510471
Binary1000101011011100100011010010101000100111010111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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