Html Css Color HEX #A7AA00 Citrus

📋 copy color: '#A7AA00'

red 167 ◦ green 170 ◦ blue 0

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

Shades of Citrus #A7AA00

Tints of Citrus #A7AA00

RGB

 RED value IS 167 (65.63% from 255) = 49.55%

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

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

R = 49.55%
G = 50.45%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#A7AA00 (or 0xA7AA00) is known color: Citrus. HEX triplet: A7, AA and 00. RGB value is (167,170,0). Sum of RGB (Red+Green+Blue) = 167+170+0=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AA00 is #5855FF. Grayscale: #969696. Windows color (decimal): -5789184 or 43687. OLE color: 43687.

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

Color convert

RGB 167 170 0 -
CMYK 0.02 0 1 0.33
HSL 61.06º 1% 0.33% -
HSV(B) 61.06º 1% 0.67% -
XYZ 30.31 36.96 5.54 -
YUV 149.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 167 170 0 0.02 0 1 0.33 61.06 1 0.33
Hex A7 AA 0 2 0 64 21 3D 64 21
Octal 247 252 0 2 0 144 41 75 144 41
Binary 10100111 10101010 0 10 0 1100100 100001 111101 1100100 100001

Color Harmonies of #A7AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA00

Black with #A7AA00

Text Example


Text Example

White with #A7AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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