#A0BF41

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

Shades of Atlantis #A0BF41

Tints of Atlantis #A0BF41

Color information

#A0BF41 (or 0xA0BF41) is unknown color: approx Atlantis. HEX triplet: A0, BF and 41. RGB value is (160,191,65). Sum of RGB (Red+Green+Blue) = 160+191+65=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF41 is #5F40BE. Grayscale: #A7A7A7. Windows color (decimal): -6242495 or 4308896. OLE color: 4308896.

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

Color convert

RGB16019165-
CMYK0.1600.660.25
HSL74.76º49.61%50.2%-
HSV(B)74.76º65.97%74.9%-
XYZ34.0845.1211.91-
YUV167.3770.23122.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 45.91%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=38.46%
G=45.91%
B=15.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191650.1600.660.2574.7649.6150.2
HexA0BF4110042194b3232
Octal240277101200102311136262
Binary101000001011111110000011000001000010110011001011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF41; }

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

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

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

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

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

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

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

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