Html Css Color HEX #A0AC05 Citrus

📋 copy color: '#A0AC05'

red 160 ◦ green 172 ◦ blue 5

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

Shades of Citrus #A0AC05

Tints of Citrus #A0AC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 47.48%
G = 51.04%
B = 1.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#A0AC05 (or 0xA0AC05) is known color: Citrus. HEX triplet: A0, AC and 05. RGB value is (160,172,5). Sum of RGB (Red+Green+Blue) = 160+172+5=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC05 is #5F53FA. Grayscale: #969696. Windows color (decimal): -6247419 or 371872. OLE color: 371872.

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

Color convert

RGB 160 172 5 -
CMYK 0.07 0 0.97 0.33
HSL 64.31º 0.94% 0.35% -
HSV(B) 64.31º 0.97% 0.67% -
XYZ 29.28 36.99 5.74 -
YUV 149.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 160 172 5 0.07 0 0.97 0.33 64.31 0.94 0.35
Hex A0 AC 5 7 0 61 21 40 5E 23
Octal 240 254 5 7 0 141 41 100 136 43
Binary 10100000 10101100 101 111 0 1100001 100001 1000000 1011110 100011

Color Harmonies of #A0AC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC05

Black with #A0AC05

Text Example


Text Example

White with #A0AC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC05; }

 p { color: rgb(160,172,5); }

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

background-color css

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

 a { background-color: rgb(160,172,5); }

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

border-color css

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

 span { border-color: rgb(160,172,5); }

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