#A0A824

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

Shades of Citron #A0A824

Tints of Citron #A0A824

Color information

#A0A824 (or 0xA0A824) is unknown color: approx Citron. HEX triplet: A0, A8 and 24. RGB value is (160,168,36). Sum of RGB (Red+Green+Blue) = 160+168+36=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A824 is #5F57DB. Grayscale: #979797. Windows color (decimal): -6248412 or 2402464. OLE color: 2402464.

HSL color Cylindrical-coordinate representation of color #A0A824: hue angle of 63.64º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0A824 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16016836-
CMYK0.0500.790.34
HSL63.64º64.71%40%-
HSV(B)63.64º78.57%65.88%-
XYZ28.8235.617.02-
YUV150.5663.35134.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 168 (66.02% from 255) = 46.15%
BLUE value IS 36 (14.45% from 255) = 9.89%
R=43.96%
G=46.15%
B=9.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168360.0500.790.3463.6464.7140
HexA0A824504F22404128
Octal24025044501174210010150
Binary10100000101010001001001010100111110001010000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A824; }

 p { color: rgb(160,168,36); }

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

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

 a { background-color: rgb(160,168,36); }

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

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

 span { border-color: rgb(160,168,36); }

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