#A4CA48

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

Shades of Atlantis #A4CA48

Tints of Atlantis #A4CA48

Color information

#A4CA48 (or 0xA4CA48) is unknown color: approx Atlantis. HEX triplet: A4, CA and 48. RGB value is (164,202,72). Sum of RGB (Red+Green+Blue) = 164+202+72=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA48 is #5B35B7. Grayscale: #B0B0B0. Windows color (decimal): -5977528 or 4770468. OLE color: 4770468.

HSL color Cylindrical-coordinate representation of color #A4CA48: hue angle of 77.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4CA48 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB16420272-
CMYK0.1900.640.21
HSL77.54º55.08%53.73%-
HSV(B)77.54º64.36%79.22%-
XYZ37.650.613.92-
YUV175.8269.41119.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 72 (28.52% from 255) = 16.44%
R=37.44%
G=46.12%
B=16.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202720.1900.640.2177.5455.0853.73
HexA4CA4813040154e3736
Octal244312110230100251166766
Binary101001001100101010010001001101000000101011001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA48; }

 p { color: rgb(164,202,72); }

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

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

 a { background-color: rgb(164,202,72); }

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

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

 span { border-color: rgb(164,202,72); }

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