#A7D537

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

Shades of Atlantis #A7D537

Tints of Atlantis #A7D537

Color information

#A7D537 (or 0xA7D537) is unknown color: approx Atlantis. HEX triplet: A7, D5 and 37. RGB value is (167,213,55). Sum of RGB (Red+Green+Blue) = 167+213+55=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D537 is #582AC8. Grayscale: #B5B5B5. Windows color (decimal): -5778121 or 3659175. OLE color: 3659175.

HSL color Cylindrical-coordinate representation of color #A7D537: hue angle of 77.47º 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 #A7D537 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB16721355-
CMYK0.2200.740.16
HSL77.47º65.29%52.55%-
HSV(B)77.47º74.18%83.53%-
XYZ40.4256.0812.31-
YUV181.2356.76117.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 55 (21.88% from 255) = 12.64%
R=38.39%
G=48.97%
B=12.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167213550.2200.740.1677.4765.2952.55
HexA7D5371604A104d4135
Octal247325672601122011510165
Binary101001111101010111011110110010010101000010011011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D537; }

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

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

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

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

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

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

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

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