Html Css Color HEX #AAAA00 Citrus

📋 copy color: '#AAAA00'

red 170 ◦ green 170 ◦ blue 0

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

Shades of Citrus #AAAA00

Tints of Citrus #AAAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AAAA00 (or 0xAAAA00) is known color: Citrus. HEX triplet: AA, AA and 00. RGB value is (170,170,0). Sum of RGB (Red+Green+Blue) = 170+170+0=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA00 is #5555FF. Grayscale: #979797. Windows color (decimal): -5592576 or 43690. OLE color: 43690.

HSL color Cylindrical-coordinate representation of color #AAAA00: hue angle of 60º 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 #AAAA00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 0 -
CMYK 0 0 1 0.33
HSL 60º 1% 0.33% -
HSV(B) 60º 1% 0.67% -
XYZ 30.95 37.3 5.57 -
YUV 150.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 170 170 0 0 0 1 0.33 60 1 0.33
Hex AA AA 0 0 0 64 21 3C 64 21
Octal 252 252 0 0 0 144 41 74 144 41
Binary 10101010 10101010 0 0 0 1100100 100001 111100 1100100 100001

Color Harmonies of #AAAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA00

Black with #AAAA00

Text Example


Text Example

White with #AAAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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