#a0aa00

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

Shades of Citrus #A0AA00

Tints of Citrus #A0AA00

Color information

#A0AA00 (or 0xA0AA00) is unknown color: approx Citrus. HEX triplet: A0, AA and 00. RGB value is (160,170,0). Sum of RGB (Red+Green+Blue) = 160+170+0=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA00 is #5F55FF. Grayscale: #949494. Windows color (decimal): -6247936 or 43680. OLE color: 43680.

HSL color Cylindrical-coordinate representation of color #A0AA00: hue angle of 63.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0AA00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1601700-
CMYK0.06010.33
HSL63.53º100%33.33%-
HSV(B)63.53º100%66.67%-
XYZ28.8736.225.47-
YUV147.6344.69136.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.48%
G=51.52%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16017000.06010.3363.5310033.33
HexA0AA0606421406421
Octal2402520601444110014441
Binary101000001010101001100110010010000110000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0aa00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0aa00; }

 p { color: rgb(160,170,0); }

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

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

 a { background-color: rgb(160,170,0); }

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

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

 span { border-color: rgb(160,170,0); }

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