#A6CA44

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

Shades of Atlantis #A6CA44

Tints of Atlantis #A6CA44

Color information

#A6CA44 (or 0xA6CA44) is unknown color: approx Atlantis. HEX triplet: A6, CA and 44. RGB value is (166,202,68). Sum of RGB (Red+Green+Blue) = 166+202+68=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA44 is #5935BB. Grayscale: #B0B0B0. Windows color (decimal): -5846460 or 4508326. OLE color: 4508326.

HSL color Cylindrical-coordinate representation of color #A6CA44: hue angle of 76.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6CA44 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB16620268-
CMYK0.1800.660.21
HSL76.12º55.83%52.94%-
HSV(B)76.12º66.34%79.22%-
XYZ37.8950.7713.27-
YUV175.9667.07120.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 68 (26.95% from 255) = 15.60%
R=38.07%
G=46.33%
B=15.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166202680.1800.660.2176.1255.8352.94
HexA6CA4412042154c3835
Octal246312104220102251147065
Binary101001101100101010001001001001000010101011001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA44; }

 p { color: rgb(166,202,68); }

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

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

 a { background-color: rgb(166,202,68); }

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

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

 span { border-color: rgb(166,202,68); }

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