Html Css Color HEX #AAA900 Citrus

📋 copy color: '#AAA900'

red 170 ◦ green 169 ◦ blue 0

#AAA900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #AAA900

Tints of Citrus #AAA900

RGB

 RED value IS 170 (66.8% from 255) = 50.15%

 GREEN value IS 169 (66.41% from 255) = 49.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.15%
G = 49.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AAA900 (or 0xAAA900) is known color: Citrus. HEX triplet: AA, A9 and 00. RGB value is (170,169,0). Sum of RGB (Red+Green+Blue) = 170+169+0=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA900 is #5556FF. Grayscale: #969696. Windows color (decimal): -5592832 or 43434. OLE color: 43434.

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

Color convert

RGB 170 169 0 -
CMYK 0 0.01 1 0.33
HSL 59.65º 1% 0.33% -
HSV(B) 59.65º 1% 0.67% -
XYZ 30.77 36.92 5.51 -
YUV 150.03 43.33 142.24 -
System Red Green Blue C M Y K H S L
Decimal 170 169 0 0 0.01 1 0.33 59.65 1 0.33
Hex AA A9 0 0 1 64 21 3C 64 21
Octal 252 251 0 0 1 144 41 74 144 41
Binary 10101010 10101001 0 0 1 1100100 100001 111100 1100100 100001

Color Harmonies of #AAA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA900

Black with #AAA900

Text Example


Text Example

White with #AAA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA900; }

 p { color: rgb(170,169,0); }

 H1.HeaderClassName
 {
   color: #AAA900;
 }
 .AnyTagClassName
 {
   color: #AAA900;
 }
</style>

background-color css

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

 a { background-color: rgb(170,169,0); }

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

border-color css

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

 span { border-color: rgb(170,169,0); }

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