#a7c641

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

Shades of Atlantis #A7C641

Tints of Atlantis #A7C641

Color information

#A7C641 (or 0xA7C641) is unknown color: approx Atlantis. HEX triplet: A7, C6 and 41. RGB value is (167,198,65). Sum of RGB (Red+Green+Blue) = 167+198+65=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C641 is #5839BE. Grayscale: #AEAEAE. Windows color (decimal): -5781951 or 4310695. OLE color: 4310695.

HSL color Cylindrical-coordinate representation of color #A7C641: hue angle of 73.98º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7C641 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB16719865-
CMYK0.1600.670.22
HSL73.98º53.85%51.57%-
HSV(B)73.98º67.17%77.65%-
XYZ37.0848.9912.5-
YUV173.5766.73123.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 198 (77.73% from 255) = 46.05%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=38.84%
G=46.05%
B=15.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167198650.1600.670.2273.9853.8551.57
HexA7C64110043164a3634
Octal247306101200103261126664
Binary101001111100011010000011000001000011101101001010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c641; }

 p { color: rgb(167,198,65); }

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

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

 a { background-color: rgb(167,198,65); }

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

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

 span { border-color: rgb(167,198,65); }

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