#A4D947

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

Shades of Atlantis #A4D947

Tints of Atlantis #A4D947

Color information

#A4D947 (or 0xA4D947) is unknown color: approx Atlantis. HEX triplet: A4, D9 and 47. RGB value is (164,217,71). Sum of RGB (Red+Green+Blue) = 164+217+71=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D947 is #5B26B8. Grayscale: #B9B9B9. Windows color (decimal): -5973689 or 4708772. OLE color: 4708772.

HSL color Cylindrical-coordinate representation of color #A4D947: hue angle of 81.78º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A4D947 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB16421771-
CMYK0.2400.670.15
HSL81.78º65.77%56.47%-
HSV(B)81.78º67.28%85.1%-
XYZ41.2657.9714.98-
YUV184.5163.94113.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 217 (85.16% from 255) = 48.01%
BLUE value IS 71 (28.12% from 255) = 15.71%
R=36.28%
G=48.01%
B=15.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164217710.2400.670.1581.7865.7756.47
HexA4D94718043F524238
Octal2443311073001031712210270
Binary101001001101100110001111100001000011111110100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D947; }

 p { color: rgb(164,217,71); }

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

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

 a { background-color: rgb(164,217,71); }

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

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

 span { border-color: rgb(164,217,71); }

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