Html Css Color HEX #ACAA04 Citrus

📋 copy color: '#ACAA04'

red 172 ◦ green 170 ◦ blue 4

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

Shades of Citrus #ACAA04

Tints of Citrus #ACAA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

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

R = 49.71%
G = 49.13%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ACAA04 (or 0xACAA04) is known color: Citrus. HEX triplet: AC, AA and 04. RGB value is (172,170,4). Sum of RGB (Red+Green+Blue) = 172+170+4=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA04 is #5355FB. Grayscale: #989898. Windows color (decimal): -5461500 or 305836. OLE color: 305836.

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

Color convert

RGB 172 170 4 -
CMYK 0 0.01 0.98 0.33
HSL 59.29º 0.95% 0.35% -
HSV(B) 59.29º 0.98% 0.67% -
XYZ 31.41 37.53 5.7 -
YUV 151.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 172 170 4 0 0.01 0.98 0.33 59.29 0.95 0.35
Hex AC AA 4 0 1 62 21 3B 5F 23
Octal 254 252 4 0 1 142 41 73 137 43
Binary 10101100 10101010 100 0 1 1100010 100001 111011 1011111 100011

Color Harmonies of #ACAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA04

Black with #ACAA04

Text Example


Text Example

White with #ACAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA04; }

 p { color: rgb(172,170,4); }

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

background-color css

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

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

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

border-color css

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

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

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