#a7d13d

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

Shades of Atlantis #A7D13D

Tints of Atlantis #A7D13D

Color information

#A7D13D (or 0xA7D13D) is unknown color: approx Atlantis. HEX triplet: A7, D1 and 3D. RGB value is (167,209,61). Sum of RGB (Red+Green+Blue) = 167+209+61=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #A7D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D13D is #582EC2. Grayscale: #B4B4B4. Windows color (decimal): -5779139 or 4051367. OLE color: 4051367.

HSL color Cylindrical-coordinate representation of color #A7D13D: hue angle of 77.03º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7D13D is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB16720961-
CMYK0.2000.710.18
HSL77.03º61.67%52.94%-
HSV(B)77.03º70.81%81.96%-
XYZ39.5854.1512.78-
YUV179.5761.09119.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 209 (82.03% from 255) = 47.83%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=38.22%
G=47.83%
B=13.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167209610.2000.710.1877.0361.6752.94
HexA7D13D14047124d3e35
Octal24732175240107221157665
Binary10100111110100011111011010001000111100101001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7d13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7d13d; }

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

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

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

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

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

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

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

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