Html Css Color HEX #A1A900 Citrus

📋 copy color: '#A1A900'

red 161 ◦ green 169 ◦ blue 0

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

Shades of Citrus #A1A900

Tints of Citrus #A1A900

RGB

 RED value IS 161 (63.28% from 255) = 48.79%

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

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

R = 48.79%
G = 51.21%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A1A900 (or 0xA1A900) is known color: Citrus. HEX triplet: A1, A9 and 00. RGB value is (161,169,0). Sum of RGB (Red+Green+Blue) = 161+169+0=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A900 is #5E56FF. Grayscale: #949494. Windows color (decimal): -6182656 or 43425. OLE color: 43425.

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

Color convert

RGB 161 169 0 -
CMYK 0.05 0 1 0.34
HSL 62.84º 1% 0.33% -
HSV(B) 62.84º 1% 0.66% -
XYZ 28.89 35.95 5.42 -
YUV 147.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 161 169 0 0.05 0 1 0.34 62.84 1 0.33
Hex A1 A9 0 5 0 64 22 3F 64 21
Octal 241 251 0 5 0 144 42 77 144 41
Binary 10100001 10101001 0 101 0 1100100 100010 111111 1100100 100001

Color Harmonies of #A1A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A900

Black with #A1A900

Text Example


Text Example

White with #A1A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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