Html Css Color HEX #ACAC03 Citrus

📋 copy color: '#ACAC03'

red 172 ◦ green 172 ◦ blue 3

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

Shades of Citrus #ACAC03

Tints of Citrus #ACAC03

RGB

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

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

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

R = 49.57%
G = 49.57%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ACAC03 (or 0xACAC03) is known color: Citrus. HEX triplet: AC, AC and 03. RGB value is (172,172,3). Sum of RGB (Red+Green+Blue) = 172+172+3=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAC03 is #5353FC. Grayscale: #999999. Windows color (decimal): -5460989 or 240812. OLE color: 240812.

HSL color Cylindrical-coordinate representation of color #ACAC03: hue angle of 60º 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 #ACAC03 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 3 -
CMYK 0 0 0.98 0.33
HSL 60º 0.97% 0.34% -
HSV(B) 60º 0.98% 0.67% -
XYZ 31.78 38.28 5.8 -
YUV 152.73 43.5 141.74 -
System Red Green Blue C M Y K H S L
Decimal 172 172 3 0 0 0.98 0.33 60 0.97 0.34
Hex AC AC 3 0 0 62 21 3C 61 22
Octal 254 254 3 0 0 142 41 74 141 42
Binary 10101100 10101100 11 0 0 1100010 100001 111100 1100001 100010

Color Harmonies of #ACAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC03

Black with #ACAC03

Text Example


Text Example

White with #ACAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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