#A7C43F

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

Shades of Atlantis #A7C43F

Tints of Atlantis #A7C43F

Color information

#A7C43F (or 0xA7C43F) is unknown color: approx Atlantis. HEX triplet: A7, C4 and 3F. RGB value is (167,196,63). Sum of RGB (Red+Green+Blue) = 167+196+63=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C43F is #583BC0. Grayscale: #ACACAC. Windows color (decimal): -5782465 or 4179111. OLE color: 4179111.

HSL color Cylindrical-coordinate representation of color #A7C43F: hue angle of 73.08º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7C43F is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB16719663-
CMYK0.1500.680.23
HSL73.08º52.99%50.78%-
HSV(B)73.08º67.86%76.86%-
XYZ36.5748.0512.05-
YUV172.1766.39124.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 63 (25% from 255) = 14.79%
R=39.20%
G=46.01%
B=14.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167196630.1500.680.2373.0852.9950.78
HexA7C43FF04417493533
Octal24730477170104271116563
Binary1010011111000100111111111101000100101111001001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C43F; }

 p { color: rgb(167,196,63); }

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

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

 a { background-color: rgb(167,196,63); }

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

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

 span { border-color: rgb(167,196,63); }

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