#a4cc4c

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

Shades of Atlantis #A4CC4C

Tints of Atlantis #A4CC4C

Color information

#A4CC4C (or 0xA4CC4C) is unknown color: approx Atlantis. HEX triplet: A4, CC and 4C. RGB value is (164,204,76). Sum of RGB (Red+Green+Blue) = 164+204+76=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CC4C is #5B33B3. Grayscale: #B1B1B1. Windows color (decimal): -5977012 or 5033124. OLE color: 5033124.

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

Color convert

RGB16420476-
CMYK0.2000.630.2
HSL78.75º55.65%54.9%-
HSV(B)78.75º62.75%80%-
XYZ38.2151.614.78-
YUV177.4570.75118.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=36.94%
G=45.95%
B=17.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164204760.2000.630.278.7555.6554.9
HexA4CC4C1403F144f3837
Octal24431411424077241177067
Binary10100100110011001001100101000111111101001001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4cc4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4cc4c; }

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

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

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

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

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

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

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

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