#A4CA4A

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

Shades of Atlantis #A4CA4A

Tints of Atlantis #A4CA4A

Color information

#A4CA4A (or 0xA4CA4A) is unknown color: approx Atlantis. HEX triplet: A4, CA and 4A. RGB value is (164,202,74). Sum of RGB (Red+Green+Blue) = 164+202+74=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA4A is #5B35B5. Grayscale: #B0B0B0. Windows color (decimal): -5977526 or 4901540. OLE color: 4901540.

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

Color convert

RGB16420274-
CMYK0.1900.630.21
HSL77.81º54.7%54.12%-
HSV(B)77.81º63.37%79.22%-
XYZ37.6750.6314.27-
YUV176.0570.41119.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=37.27%
G=45.91%
B=16.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202740.1900.630.2177.8154.754.12
HexA4CA4A1303F154e3736
Octal24431211223077251166766
Binary10100100110010101001010100110111111101011001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA4A; }

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

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

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

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

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

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

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

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