#A4CF47

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

Shades of Atlantis #A4CF47

Tints of Atlantis #A4CF47

Color information

#A4CF47 (or 0xA4CF47) is unknown color: approx Atlantis. HEX triplet: A4, CF and 47. RGB value is (164,207,71). Sum of RGB (Red+Green+Blue) = 164+207+71=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF47 is #5B30B8. Grayscale: #B3B3B3. Windows color (decimal): -5976249 or 4706212. OLE color: 4706212.

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

Color convert

RGB16420771-
CMYK0.2100.660.19
HSL78.97º58.62%54.51%-
HSV(B)78.97º65.7%81.18%-
XYZ38.7652.9714.14-
YUV178.6467.25117.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 71 (28.12% from 255) = 16.06%
R=37.10%
G=46.83%
B=16.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207710.2100.660.1978.9758.6254.51
HexA4CF4715042134f3b37
Octal244317107250102231177367
Binary101001001100111110001111010101000010100111001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF47; }

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

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

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

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

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

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

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

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