Html Css Color HEX #A1AD04 Citrus

📋 copy color: '#A1AD04'

red 161 ◦ green 173 ◦ blue 4

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

Shades of Citrus #A1AD04

Tints of Citrus #A1AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.18%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 47.63%
G = 51.18%
B = 1.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#A1AD04 (or 0xA1AD04) is known color: Citrus. HEX triplet: A1, AD and 04. RGB value is (161,173,4). Sum of RGB (Red+Green+Blue) = 161+173+4=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD04 is #5E52FB. Grayscale: #969696. Windows color (decimal): -6181628 or 306593. OLE color: 306593.

HSL color Cylindrical-coordinate representation of color #A1AD04: hue angle of 64.26º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1AD04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 4 -
CMYK 0.07 0 0.98 0.32
HSL 64.26º 0.95% 0.35% -
HSV(B) 64.26º 0.98% 0.68% -
XYZ 29.66 37.47 5.78 -
YUV 150.15 45.52 135.74 -
System Red Green Blue C M Y K H S L
Decimal 161 173 4 0.07 0 0.98 0.32 64.26 0.95 0.35
Hex A1 AD 4 7 0 62 20 40 5F 23
Octal 241 255 4 7 0 142 40 100 137 43
Binary 10100001 10101101 100 111 0 1100010 100000 1000000 1011111 100011

Color Harmonies of #A1AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD04

Black with #A1AD04

Text Example


Text Example

White with #A1AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD04; }

 p { color: rgb(161,173,4); }

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

background-color css

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

 a { background-color: rgb(161,173,4); }

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

border-color css

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

 span { border-color: rgb(161,173,4); }

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