#a4d246

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

Shades of Atlantis #A4D246

Tints of Atlantis #A4D246

Color information

#A4D246 (or 0xA4D246) is unknown color: approx Atlantis. HEX triplet: A4, D2 and 46. RGB value is (164,210,70). Sum of RGB (Red+Green+Blue) = 164+210+70=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D246 is #5B2DB9. Grayscale: #B4B4B4. Windows color (decimal): -5975482 or 4641444. OLE color: 4641444.

HSL color Cylindrical-coordinate representation of color #A4D246: hue angle of 79.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4D246 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB16421070-
CMYK0.2200.670.18
HSL79.71º60.87%54.9%-
HSV(B)79.71º66.67%82.35%-
XYZ39.4654.4314.22-
YUV180.2965.76116.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 210 (82.42% from 255) = 47.30%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=36.94%
G=47.30%
B=15.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164210700.2200.670.1879.7160.8754.9
HexA4D2461604312503d37
Octal244322106260103221207567
Binary101001001101001010001101011001000011100101010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4d246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4d246; }

 p { color: rgb(164,210,70); }

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

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

 a { background-color: rgb(164,210,70); }

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

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

 span { border-color: rgb(164,210,70); }

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