#A7D542

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

Shades of Atlantis #A7D542

Tints of Atlantis #A7D542

Color information

#A7D542 (or 0xA7D542) is unknown color: approx Atlantis. HEX triplet: A7, D5 and 42. RGB value is (167,213,66). Sum of RGB (Red+Green+Blue) = 167+213+66=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D542 is #582ABD. Grayscale: #B7B7B7. Windows color (decimal): -5778110 or 4380071. OLE color: 4380071.

HSL color Cylindrical-coordinate representation of color #A7D542: hue angle of 78.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7D542 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB16721366-
CMYK0.2200.690.16
HSL78.78º63.64%54.71%-
HSV(B)78.78º69.01%83.53%-
XYZ40.7156.213.86-
YUV182.4962.26116.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 213 (83.59% from 255) = 47.76%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=37.44%
G=47.76%
B=14.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167213660.2200.690.1678.7863.6454.71
HexA7D54216045104f4037
Octal2473251022601052011710067
Binary1010011111010101100001010110010001011000010011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D542; }

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

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

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

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

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

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

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

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