Html Css Color HEX #A1AC03 Citrus

📋 copy color: '#A1AC03'

red 161 ◦ green 172 ◦ blue 3

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

Shades of Citrus #A1AC03

Tints of Citrus #A1AC03

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 47.92%
G = 51.19%
B = 0.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#A1AC03 (or 0xA1AC03) is known color: Citrus. HEX triplet: A1, AC and 03. RGB value is (161,172,3). Sum of RGB (Red+Green+Blue) = 161+172+3=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC03 is #5E53FC. Grayscale: #969696. Windows color (decimal): -6181885 or 240801. OLE color: 240801.

HSL color Cylindrical-coordinate representation of color #A1AC03: hue angle of 63.91º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1AC03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 3 -
CMYK 0.06 0 0.98 0.33
HSL 63.91º 0.97% 0.34% -
HSV(B) 63.91º 0.98% 0.67% -
XYZ 29.47 37.09 5.69 -
YUV 149.45 45.36 136.24 -
System Red Green Blue C M Y K H S L
Decimal 161 172 3 0.06 0 0.98 0.33 63.91 0.97 0.34
Hex A1 AC 3 6 0 62 21 40 61 22
Octal 241 254 3 6 0 142 41 100 141 42
Binary 10100001 10101100 11 110 0 1100010 100001 1000000 1100001 100010

Color Harmonies of #A1AC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC03

Black with #A1AC03

Text Example


Text Example

White with #A1AC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC03; }

 p { color: rgb(161,172,3); }

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

background-color css

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

 a { background-color: rgb(161,172,3); }

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

border-color css

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

 span { border-color: rgb(161,172,3); }

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