Html Css Color HEX #A0AA00 Citrus

📋 copy color: '#A0AA00'

red 160 ◦ green 170 ◦ blue 0

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

Shades of Citrus #A0AA00

Tints of Citrus #A0AA00

RGB

 RED value IS 160 (62.89% from 255) = 48.48%

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

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

R = 48.48%
G = 51.52%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#A0AA00 (or 0xA0AA00) is known color: Citrus. HEX triplet: A0, AA and 00. RGB value is (160,170,0). Sum of RGB (Red+Green+Blue) = 160+170+0=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA00 is #5F55FF. Grayscale: #949494. Windows color (decimal): -6247936 or 43680. OLE color: 43680.

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

Color convert

RGB 160 170 0 -
CMYK 0.06 0 1 0.33
HSL 63.53º 1% 0.33% -
HSV(B) 63.53º 1% 0.67% -
XYZ 28.87 36.22 5.47 -
YUV 147.63 44.69 136.82 -
System Red Green Blue C M Y K H S L
Decimal 160 170 0 0.06 0 1 0.33 63.53 1 0.33
Hex A0 AA 0 6 0 64 21 40 64 21
Octal 240 252 0 6 0 144 41 100 144 41
Binary 10100000 10101010 0 110 0 1100100 100001 1000000 1100100 100001

Color Harmonies of #A0AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA00

Black with #A0AA00

Text Example


Text Example

White with #A0AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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