#A1BF3E

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

Shades of Atlantis #A1BF3E

Tints of Atlantis #A1BF3E

Color information

#A1BF3E (or 0xA1BF3E) is unknown color: approx Atlantis. HEX triplet: A1, BF and 3E. RGB value is (161,191,62). Sum of RGB (Red+Green+Blue) = 161+191+62=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF3E is #5E40C1. Grayscale: #A7A7A7. Windows color (decimal): -6176962 or 4112289. OLE color: 4112289.

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

Color convert

RGB16119162-
CMYK0.1600.680.25
HSL73.95º50.99%49.61%-
HSV(B)73.95º67.54%74.9%-
XYZ34.245.1911.48-
YUV167.3268.56123.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 62 (24.61% from 255) = 14.98%
R=38.89%
G=46.14%
B=14.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161191620.1600.680.2573.9550.9949.61
HexA1BF3E10044194a3332
Octal24127776200104311126362
Binary10100001101111111111101000001000100110011001010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF3E; }

 p { color: rgb(161,191,62); }

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

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

 a { background-color: rgb(161,191,62); }

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

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

 span { border-color: rgb(161,191,62); }

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