#A7D037

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

Shades of Atlantis #A7D037

Tints of Atlantis #A7D037

Color information

#A7D037 (or 0xA7D037) is unknown color: approx Atlantis. HEX triplet: A7, D0 and 37. RGB value is (167,208,55). Sum of RGB (Red+Green+Blue) = 167+208+55=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D037 is #582FC8. Grayscale: #B2B2B2. Windows color (decimal): -5779401 or 3657895. OLE color: 3657895.

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

Color convert

RGB16720855-
CMYK0.2000.740.18
HSL76.08º61.94%51.57%-
HSV(B)76.08º73.56%81.57%-
XYZ39.1853.611.9-
YUV178.358.42119.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 208 (81.64% from 255) = 48.37%
BLUE value IS 55 (21.88% from 255) = 12.79%
R=38.84%
G=48.37%
B=12.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167208550.2000.740.1876.0861.9451.57
HexA7D0371404A124c3e34
Octal24732067240112221147664
Binary10100111110100001101111010001001010100101001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D037; }

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

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

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

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

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

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

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

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