#8AD242

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

Shades of Atlantis #8AD242

Tints of Atlantis #8AD242

Color information

#8AD242 (or 0x8AD242) is unknown color: approx Atlantis. HEX triplet: 8A, D2 and 42. RGB value is (138,210,66). Sum of RGB (Red+Green+Blue) = 138+210+66=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD242 is #752DBD. Grayscale: #ACACAC. Windows color (decimal): -7679422 or 4379274. OLE color: 4379274.

HSL color Cylindrical-coordinate representation of color #8AD242: hue angle of 90º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AD242 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB13821066-
CMYK0.3400.690.18
HSL90º61.54%54.12%-
HSV(B)90º68.57%82.35%-
XYZ34.5151.8913.35-
YUV172.0668.15103.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 50.72%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=33.33%
G=50.72%
B=15.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138210660.3400.690.189061.5454.12
Hex8AD24222045125a3e36
Octal212322102420105221327666
Binary1000101011010010100001010001001000101100101011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,210,66); }

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

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

 a { background-color: rgb(138,210,66); }

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

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

 span { border-color: rgb(138,210,66); }

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