#AAAD04

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

Shades of Citrus #AAAD04

Tints of Citrus #AAAD04

Color information

#AAAD04 (or 0xAAAD04) is unknown color: approx Citrus. HEX triplet: AA, AD and 04. RGB value is (170,173,4). Sum of RGB (Red+Green+Blue) = 170+173+4=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD04 is #5552FB. Grayscale: #999999. Windows color (decimal): -5591804 or 306602. OLE color: 306602.

HSL color Cylindrical-coordinate representation of color #AAAD04: hue angle of 61.07º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAAD04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1701734-
CMYK0.0200.980.32
HSL61.07º95.48%34.71%-
HSV(B)61.07º97.69%67.84%-
XYZ31.5438.445.87-
YUV152.8444.01140.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=48.99%
G=49.86%
B=1.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17017340.0200.980.3261.0795.4834.71
HexAAAD42062203d5f23
Octal252255420142407513743
Binary101010101010110110010011000101000001111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD04; }

 p { color: rgb(170,173,4); }

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

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

 a { background-color: rgb(170,173,4); }

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

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

 span { border-color: rgb(170,173,4); }

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