#A2CF43

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

Shades of Atlantis #A2CF43

Tints of Atlantis #A2CF43

Color information

#A2CF43 (or 0xA2CF43) is unknown color: approx Atlantis. HEX triplet: A2, CF and 43. RGB value is (162,207,67). Sum of RGB (Red+Green+Blue) = 162+207+67=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CF43 is #5D30BC. Grayscale: #B2B2B2. Windows color (decimal): -6107325 or 4444066. OLE color: 4444066.

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

Color convert

RGB16220767-
CMYK0.2200.680.19
HSL79.29º59.32%53.73%-
HSV(B)79.29º67.63%81.18%-
XYZ38.2352.7113.47-
YUV177.5865.59116.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 67 (26.56% from 255) = 15.37%
R=37.16%
G=47.48%
B=15.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal162207670.2200.680.1979.2959.3253.73
HexA2CF4316044134f3b36
Octal242317103260104231177366
Binary101000101100111110000111011001000100100111001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF43; }

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

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

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

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

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

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

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

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