#A0BF47

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

Shades of Atlantis #A0BF47

Tints of Atlantis #A0BF47

Color information

#A0BF47 (or 0xA0BF47) is unknown color: approx Atlantis. HEX triplet: A0, BF and 47. RGB value is (160,191,71). Sum of RGB (Red+Green+Blue) = 160+191+71=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF47 is #5F40B8. Grayscale: #A8A8A8. Windows color (decimal): -6242489 or 4702112. OLE color: 4702112.

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

Color convert

RGB16019171-
CMYK0.1600.630.25
HSL75.5º48.39%51.37%-
HSV(B)75.5º62.83%74.9%-
XYZ34.2745.1912.88-
YUV168.0573.23122.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 191 (75% from 255) = 45.26%
BLUE value IS 71 (28.12% from 255) = 16.82%
R=37.91%
G=45.26%
B=16.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191710.1600.630.2575.548.3951.37
HexA0BF471003F194c3033
Octal24027710720077311146063
Binary10100000101111111000111100000111111110011001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF47; }

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

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

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

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

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

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

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

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