#A7CD43

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

Shades of Atlantis #A7CD43

Tints of Atlantis #A7CD43

Color information

#A7CD43 (or 0xA7CD43) is unknown color: approx Atlantis. HEX triplet: A7, CD and 43. RGB value is (167,205,67). Sum of RGB (Red+Green+Blue) = 167+205+67=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CD43 is #5832BC. Grayscale: #B2B2B2. Windows color (decimal): -5780157 or 4443559. OLE color: 4443559.

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

Color convert

RGB16720567-
CMYK0.1900.670.20
HSL76.52º57.98%53.33%-
HSV(B)76.52º67.32%80.39%-
XYZ38.7852.2813.36-
YUV177.9165.41120.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 205 (80.47% from 255) = 46.70%
BLUE value IS 67 (26.56% from 255) = 15.26%
R=38.04%
G=46.70%
B=15.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167205670.1900.670.2076.5257.9853.33
HexA7CD4313043144d3a35
Octal247315103230103241157265
Binary101001111100110110000111001101000011101001001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD43; }

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

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

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

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

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

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

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

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