#A2BF41

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

Shades of Atlantis #A2BF41

Tints of Atlantis #A2BF41

Color information

#A2BF41 (or 0xA2BF41) is unknown color: approx Atlantis. HEX triplet: A2, BF and 41. RGB value is (162,191,65). Sum of RGB (Red+Green+Blue) = 162+191+65=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF41 is #5D40BE. Grayscale: #A8A8A8. Windows color (decimal): -6111423 or 4308898. OLE color: 4308898.

HSL color Cylindrical-coordinate representation of color #A2BF41: hue angle of 73.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2BF41 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB16219165-
CMYK0.1500.660.25
HSL73.81º49.61%50.2%-
HSV(B)73.81º65.97%74.9%-
XYZ34.4945.3211.93-
YUV167.9669.89123.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=38.76%
G=45.69%
B=15.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162191650.1500.660.2573.8149.6150.2
HexA2BF41F042194a3232
Octal242277101170102311126262
Binary10100010101111111000001111101000010110011001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF41; }

 p { color: rgb(162,191,65); }

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

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

 a { background-color: rgb(162,191,65); }

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

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

 span { border-color: rgb(162,191,65); }

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