#A4CC4A

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

Shades of Atlantis #A4CC4A

Tints of Atlantis #A4CC4A

Color information

#A4CC4A (or 0xA4CC4A) is unknown color: approx Atlantis. HEX triplet: A4, CC and 4A. RGB value is (164,204,74). Sum of RGB (Red+Green+Blue) = 164+204+74=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CC4A is #5B33B5. Grayscale: #B1B1B1. Windows color (decimal): -5977014 or 4902052. OLE color: 4902052.

HSL color Cylindrical-coordinate representation of color #A4CC4A: hue angle of 78.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4CC4A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB16420474-
CMYK0.2000.640.2
HSL78.46º56.03%54.51%-
HSV(B)78.46º63.73%80%-
XYZ38.1451.5714.42-
YUV177.2269.75118.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 74 (29.30% from 255) = 16.74%
R=37.10%
G=46.15%
B=16.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164204740.2000.640.278.4656.0354.51
HexA4CC4A14040144e3837
Octal244314112240100241167067
Binary101001001100110010010101010001000000101001001110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC4A; }

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

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

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

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

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

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

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

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