#A2CF48

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

Shades of Atlantis #A2CF48

Tints of Atlantis #A2CF48

Color information

#A2CF48 (or 0xA2CF48) is unknown color: approx Atlantis. HEX triplet: A2, CF and 48. RGB value is (162,207,72). Sum of RGB (Red+Green+Blue) = 162+207+72=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF48 is #5D30B7. Grayscale: #B2B2B2. Windows color (decimal): -6107320 or 4771746. OLE color: 4771746.

HSL color Cylindrical-coordinate representation of color #A2CF48: hue angle of 80º 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 #A2CF48 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB16220772-
CMYK0.2200.650.19
HSL80º58.44%54.71%-
HSV(B)80º65.22%81.18%-
XYZ38.3852.7714.29-
YUV178.1568.09116.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 207 (81.25% from 255) = 46.94%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=36.73%
G=46.94%
B=16.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162207720.2200.650.198058.4454.71
HexA2CF481604113503a37
Octal242317110260101231207267
Binary101000101100111110010001011001000001100111010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF48; }

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

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

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

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

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

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

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

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