Html Css Color HEX #AAAF00 Citrus

📋 copy color: '#AAAF00'

red 170 ◦ green 175 ◦ blue 0

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

Shades of Citrus #AAAF00

Tints of Citrus #AAAF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.72%

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

R = 49.28%
G = 50.72%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AAAF00 (or 0xAAAF00) is known color: Citrus. HEX triplet: AA, AF and 00. RGB value is (170,175,0). Sum of RGB (Red+Green+Blue) = 170+175+0=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAF00 is #5550FF. Grayscale: #9A9A9A. Windows color (decimal): -5591296 or 44970. OLE color: 44970.

HSL color Cylindrical-coordinate representation of color #AAAF00: hue angle of 61.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAAF00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 0 -
CMYK 0.03 0 1 0.31
HSL 61.71º 1% 0.34% -
HSV(B) 61.71º 1% 0.69% -
XYZ 31.91 39.21 5.89 -
YUV 153.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 170 175 0 0.03 0 1 0.31 61.71 1 0.34
Hex AA AF 0 3 0 64 1F 3E 64 22
Octal 252 257 0 3 0 144 37 76 144 42
Binary 10101010 10101111 0 11 0 1100100 11111 111110 1100100 100010

Color Harmonies of #AAAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF00

Black with #AAAF00

Text Example


Text Example

White with #AAAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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