#8ADC40

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

Shades of Atlantis #8ADC40

Tints of Atlantis #8ADC40

Color information

#8ADC40 (or 0x8ADC40) is unknown color: approx Atlantis. HEX triplet: 8A, DC and 40. RGB value is (138,220,64). Sum of RGB (Red+Green+Blue) = 138+220+64=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADC40 is #7523BF. Grayscale: #B2B2B2. Windows color (decimal): -7676864 or 4250762. OLE color: 4250762.

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

Color convert

RGB13822064-
CMYK0.3700.710.14
HSL91.54º69.03%55.69%-
HSV(B)91.54º70.91%86.27%-
XYZ3756.9613.89-
YUV177.763.8399.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 220 (86.33% from 255) = 52.13%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=32.70%
G=52.13%
B=15.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138220640.3700.710.1491.5469.0355.69
Hex8ADC4025047E5c4538
Octal2123341004501071613410570
Binary1000101011011100100000010010101000111111010111001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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