#A0BF3E

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

Shades of Atlantis #A0BF3E

Tints of Atlantis #A0BF3E

Color information

#A0BF3E (or 0xA0BF3E) is unknown color: approx Atlantis. HEX triplet: A0, BF and 3E. RGB value is (160,191,62). Sum of RGB (Red+Green+Blue) = 160+191+62=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF3E is #5F40C1. Grayscale: #A7A7A7. Windows color (decimal): -6242498 or 4112288. OLE color: 4112288.

HSL color Cylindrical-coordinate representation of color #A0BF3E: hue angle of 74.42º 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 #A0BF3E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB16019162-
CMYK0.1600.680.25
HSL74.42º50.99%49.61%-
HSV(B)74.42º67.54%74.9%-
XYZ3445.0811.47-
YUV167.0268.73122.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 62 (24.61% from 255) = 15.01%
R=38.74%
G=46.25%
B=15.01%

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
Decimal160191620.1600.680.2574.4250.9949.61
HexA0BF3E10044194a3332
Octal24027776200104311126362
Binary10100000101111111111101000001000100110011001010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF3E; }

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

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

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

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

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

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

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

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