#A7CA3C

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

Shades of Atlantis #A7CA3C

Tints of Atlantis #A7CA3C

Color information

#A7CA3C (or 0xA7CA3C) is unknown color: approx Atlantis. HEX triplet: A7, CA and 3C. RGB value is (167,202,60). Sum of RGB (Red+Green+Blue) = 167+202+60=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CA3C is #5835C3. Grayscale: #AFAFAF. Windows color (decimal): -5780932 or 3984039. OLE color: 3984039.

HSL color Cylindrical-coordinate representation of color #A7CA3C: hue angle of 74.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7CA3C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB16720260-
CMYK0.1700.700.21
HSL74.79º57.26%51.37%-
HSV(B)74.79º70.3%79.22%-
XYZ37.8750.7812.08-
YUV175.3562.9122.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 60 (23.83% from 255) = 13.99%
R=38.93%
G=47.09%
B=13.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167202600.1700.700.2174.7957.2651.37
HexA7CA3C11046154b3933
Octal24731274210106251137163
Binary10100111110010101111001000101000110101011001011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CA3C; }

 p { color: rgb(167,202,60); }

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

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

 a { background-color: rgb(167,202,60); }

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

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

 span { border-color: rgb(167,202,60); }

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