#A7CD48

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

Shades of Atlantis #A7CD48

Tints of Atlantis #A7CD48

Color information

#A7CD48 (or 0xA7CD48) is unknown color: approx Atlantis. HEX triplet: A7, CD and 48. RGB value is (167,205,72). Sum of RGB (Red+Green+Blue) = 167+205+72=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CD48 is #5832B7. Grayscale: #B2B2B2. Windows color (decimal): -5780152 or 4771239. OLE color: 4771239.

HSL color Cylindrical-coordinate representation of color #A7CD48: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7CD48 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB16720572-
CMYK0.1900.650.20
HSL77.14º57.08%54.31%-
HSV(B)77.14º64.88%80.39%-
XYZ38.9452.3514.18-
YUV178.4867.91119.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=37.61%
G=46.17%
B=16.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167205720.1900.650.2077.1457.0854.31
HexA7CD4813041144d3936
Octal247315110230101241157166
Binary101001111100110110010001001101000001101001001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD48; }

 p { color: rgb(167,205,72); }

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

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

 a { background-color: rgb(167,205,72); }

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

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

 span { border-color: rgb(167,205,72); }

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