Html Css Color HEX #ACC404 La Rioja

📋 copy color: '#ACC404'

red 172 ◦ green 196 ◦ blue 4

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

Shades of La Rioja #ACC404

Tints of La Rioja #ACC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.69%

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

R = 46.24%
G = 52.69%
B = 1.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#ACC404 (or 0xACC404) is known color: La Rioja. HEX triplet: AC, C4 and 04. RGB value is (172,196,4). Sum of RGB (Red+Green+Blue) = 172+196+4=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC404 is #533BFB. Grayscale: #A7A7A7. Windows color (decimal): -5454844 or 312492. OLE color: 312492.

HSL color Cylindrical-coordinate representation of color #ACC404: hue angle of 67.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACC404 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 4 -
CMYK 0.12 0 0.98 0.23
HSL 67.5º 0.96% 0.39% -
HSV(B) 67.5º 0.98% 0.77% -
XYZ 36.78 48.26 7.49 -
YUV 166.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 172 196 4 0.12 0 0.98 0.23 67.5 0.96 0.39
Hex AC C4 4 C 0 62 17 44 60 27
Octal 254 304 4 14 0 142 27 104 140 47
Binary 10101100 11000100 100 1100 0 1100010 10111 1000100 1100000 100111

Color Harmonies of #ACC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC404

Black with #ACC404

Text Example


Text Example

White with #ACC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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