#A4CF48

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

Shades of Atlantis #A4CF48

Tints of Atlantis #A4CF48

Color information

#A4CF48 (or 0xA4CF48) is unknown color: approx Atlantis. HEX triplet: A4, CF and 48. RGB value is (164,207,72). Sum of RGB (Red+Green+Blue) = 164+207+72=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF48 is #5B30B7. Grayscale: #B3B3B3. Windows color (decimal): -5976248 or 4771748. OLE color: 4771748.

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

Color convert

RGB16420772-
CMYK0.2100.650.19
HSL79.11º58.44%54.71%-
HSV(B)79.11º65.22%81.18%-
XYZ38.7952.9914.31-
YUV178.7567.75117.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 207 (81.25% from 255) = 46.73%
BLUE value IS 72 (28.52% from 255) = 16.25%
R=37.02%
G=46.73%
B=16.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207720.2100.650.1979.1158.4454.71
HexA4CF4815041134f3a37
Octal244317110250101231177267
Binary101001001100111110010001010101000001100111001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF48; }

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

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

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

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

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

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

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

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