#A0A200

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

Shades of Citrus #A0A200

Tints of Citrus #A0A200

Color information

#A0A200 (or 0xA0A200) is unknown color: approx Citrus. HEX triplet: A0, A2 and 00. RGB value is (160,162,0). Sum of RGB (Red+Green+Blue) = 160+162+0=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A200 is #5F5DFF. Grayscale: #8F8F8F. Windows color (decimal): -6249984 or 41632. OLE color: 41632.

HSL color Cylindrical-coordinate representation of color #A0A200: hue angle of 60.74º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0A200 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1601620-
CMYK0.01010.36
HSL60.74º100%31.76%-
HSV(B)60.74º100%63.53%-
XYZ27.4233.314.99-
YUV142.9347.34140.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.69%
G=50.31%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16016200.01010.3660.7410031.76
HexA0A201064243d6420
Octal240242010144447514440
Binary101000001010001001011001001001001111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A200; }

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

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

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

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

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

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

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

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