#A0A902

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

Shades of Citrus #A0A902

Tints of Citrus #A0A902

Color information

#A0A902 (or 0xA0A902) is unknown color: approx Citrus. HEX triplet: A0, A9 and 02. RGB value is (160,169,2). Sum of RGB (Red+Green+Blue) = 160+169+2=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A902 is #5F56FD. Grayscale: #939393. Windows color (decimal): -6248190 or 174496. OLE color: 174496.

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

Color convert

RGB1601692-
CMYK0.0500.990.34
HSL63.23º97.66%33.53%-
HSV(B)63.23º98.82%66.27%-
XYZ28.735.855.47-
YUV147.2746.02137.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=48.34%
G=51.06%
B=0.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16016920.0500.990.3463.2397.6633.53
HexA0A925063223f6222
Octal240251250143427714242
Binary101000001010100110101011000111000101111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A902; }

 p { color: rgb(160,169,2); }

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

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

 a { background-color: rgb(160,169,2); }

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

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

 span { border-color: rgb(160,169,2); }

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