#a0aa1e

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

Shades of Citron #A0AA1E

Tints of Citron #A0AA1E

Color information

#A0AA1E (or 0xA0AA1E) is unknown color: approx Citron. HEX triplet: A0, AA and 1E. RGB value is (160,170,30). Sum of RGB (Red+Green+Blue) = 160+170+30=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA1E is #5F55E1. Grayscale: #979797. Windows color (decimal): -6247906 or 2009760. OLE color: 2009760.

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

Color convert

RGB16017030-
CMYK0.0600.820.33
HSL64.29º70%39.22%-
HSV(B)64.29º82.35%66.67%-
XYZ29.1136.326.7-
YUV151.0559.69134.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=44.44%
G=47.22%
B=8.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170300.0600.820.3364.297039.22
HexA0AA1E605221404627
Octal24025236601224110010647
Binary1010000010101010111101100101001010000110000001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0aa1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0aa1e; }

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

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

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

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

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

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

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

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