#A8D537

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

Shades of Atlantis #A8D537

Tints of Atlantis #A8D537

Color information

#A8D537 (or 0xA8D537) is unknown color: approx Atlantis. HEX triplet: A8, D5 and 37. RGB value is (168,213,55). Sum of RGB (Red+Green+Blue) = 168+213+55=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D537 is #572AC8. Grayscale: #B6B6B6. Windows color (decimal): -5712585 or 3659176. OLE color: 3659176.

HSL color Cylindrical-coordinate representation of color #A8D537: hue angle of 77.09º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8D537 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB16821355-
CMYK0.2100.740.16
HSL77.09º65.29%52.55%-
HSV(B)77.09º74.18%83.53%-
XYZ40.6356.1912.32-
YUV181.5356.59118.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 213 (83.59% from 255) = 48.85%
BLUE value IS 55 (21.88% from 255) = 12.61%
R=38.53%
G=48.85%
B=12.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168213550.2100.740.1677.0965.2952.55
HexA8D5371504A104d4135
Octal250325672501122011510165
Binary101010001101010111011110101010010101000010011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D537; }

 p { color: rgb(168,213,55); }

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

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

 a { background-color: rgb(168,213,55); }

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

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

 span { border-color: rgb(168,213,55); }

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