#A0A72A

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

Shades of Citron #A0A72A

Tints of Citron #A0A72A

Color information

#A0A72A (or 0xA0A72A) is unknown color: approx Citron. HEX triplet: A0, A7 and 2A. RGB value is (160,167,42). Sum of RGB (Red+Green+Blue) = 160+167+42=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A72A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A72A is #5F58D5. Grayscale: #979797. Windows color (decimal): -6248662 or 2795424. OLE color: 2795424.

HSL color Cylindrical-coordinate representation of color #A0A72A: hue angle of 63.36º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0A72A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16016742-
CMYK0.0400.750.35
HSL63.36º59.81%40.98%-
HSV(B)63.36º74.85%65.49%-
XYZ28.7335.287.49-
YUV150.6666.68134.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 167 (65.62% from 255) = 45.26%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=43.36%
G=45.26%
B=11.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160167420.0400.750.3563.3659.8140.98
HexA0A72A404B233f3c29
Octal240247524011343777451
Binary101000001010011110101010001001011100011111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A72A; }

 p { color: rgb(160,167,42); }

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

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

 a { background-color: rgb(160,167,42); }

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

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

 span { border-color: rgb(160,167,42); }

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