#8AD544

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

Shades of Atlantis #8AD544

Tints of Atlantis #8AD544

Color information

#8AD544 (or 0x8AD544) is unknown color: approx Atlantis. HEX triplet: 8A, D5 and 44. RGB value is (138,213,68). Sum of RGB (Red+Green+Blue) = 138+213+68=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD544 is #752ABB. Grayscale: #AEAEAE. Windows color (decimal): -7678652 or 4511114. OLE color: 4511114.

HSL color Cylindrical-coordinate representation of color #8AD544: hue angle of 91.03º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AD544 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB13821368-
CMYK0.3500.680.16
HSL91.03º63.32%55.1%-
HSV(B)91.03º68.08%83.53%-
XYZ35.3253.4113.92-
YUV174.0468.15102.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 213 (83.59% from 255) = 50.84%
BLUE value IS 68 (26.95% from 255) = 16.23%
R=32.94%
G=50.84%
B=16.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138213680.3500.680.1691.0363.3255.1
Hex8AD54423044105b3f37
Octal212325104430104201337767
Binary1000101011010101100010010001101000100100001011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,213,68); }

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

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

 a { background-color: rgb(138,213,68); }

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

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

 span { border-color: rgb(138,213,68); }

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