Html Css Color HEX #ACAD0A Citrus

📋 copy color: '#ACAD0A'

red 172 ◦ green 173 ◦ blue 10

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

Shades of Citrus #ACAD0A

Tints of Citrus #ACAD0A

RGB

 RED value IS 172 (67.58% from 255) = 48.45%

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 48.45%
G = 48.73%
B = 2.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ACAD0A (or 0xACAD0A) is known color: Citrus. HEX triplet: AC, AD and 0A. RGB value is (172,173,10). Sum of RGB (Red+Green+Blue) = 172+173+10=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAD0A is #5352F5. Grayscale: #9A9A9A. Windows color (decimal): -5460726 or 699820. OLE color: 699820.

HSL color Cylindrical-coordinate representation of color #ACAD0A: hue angle of 60.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACAD0A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 173 10 -
CMYK 0.01 0 0.94 0.32
HSL 60.37º 0.89% 0.36% -
HSV(B) 60.37º 0.94% 0.68% -
XYZ 32.01 38.68 6.07 -
YUV 154.12 46.67 140.75 -
System Red Green Blue C M Y K H S L
Decimal 172 173 10 0.01 0 0.94 0.32 60.37 0.89 0.36
Hex AC AD A 1 0 5E 20 3C 59 24
Octal 254 255 12 1 0 136 40 74 131 44
Binary 10101100 10101101 1010 1 0 1011110 100000 111100 1011001 100100

Color Harmonies of #ACAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD0A

Black with #ACAD0A

Text Example


Text Example

White with #ACAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD0A; }

 p { color: rgb(172,173,10); }

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

background-color css

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

 a { background-color: rgb(172,173,10); }

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

border-color css

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

 span { border-color: rgb(172,173,10); }

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