#A7C53D

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

Shades of Atlantis #A7C53D

Tints of Atlantis #A7C53D

Color information

#A7C53D (or 0xA7C53D) is unknown color: approx Atlantis. HEX triplet: A7, C5 and 3D. RGB value is (167,197,61). Sum of RGB (Red+Green+Blue) = 167+197+61=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C53D is #583AC2. Grayscale: #ADADAD. Windows color (decimal): -5782211 or 4048295. OLE color: 4048295.

HSL color Cylindrical-coordinate representation of color #A7C53D: hue angle of 73.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7C53D is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB16719761-
CMYK0.1500.690.23
HSL73.24º53.97%50.59%-
HSV(B)73.24º69.04%77.25%-
XYZ36.7448.4811.84-
YUV172.5365.06124.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 197 (77.34% from 255) = 46.35%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=39.29%
G=46.35%
B=14.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167197610.1500.690.2373.2453.9750.59
HexA7C53DF04517493633
Octal24730575170105271116663
Binary1010011111000101111101111101000101101111001001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C53D; }

 p { color: rgb(167,197,61); }

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

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

 a { background-color: rgb(167,197,61); }

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

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

 span { border-color: rgb(167,197,61); }

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