#ACC40A

Color #ACC40A La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #ACC40A

Tints of La Rioja #ACC40A

Color information

#ACC40A (or 0xACC40A) is unknown color: approx La Rioja. HEX triplet: AC, C4 and 0A. RGB value is (172,196,10). Sum of RGB (Red+Green+Blue) = 172+196+10=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC40A is #533BF5. Grayscale: #A8A8A8. Windows color (decimal): -5454838 or 705708. OLE color: 705708.

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

Color convert

RGB17219610-
CMYK0.1200.950.23
HSL67.74º90.29%40.39%-
HSV(B)67.74º94.9%76.86%-
XYZ36.8148.277.66-
YUV167.6239.05131.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 196 (76.95% from 255) = 51.85%
BLUE value IS 10 (4.30% from 255) = 2.65%
R=45.50%
G=51.85%
B=2.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172196100.1200.950.2367.7490.2940.39
HexACC4AC05F17445a28
Octal254304121401372710413250
Binary101011001100010010101100010111111011110001001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC40A; }

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

 H1.HeaderClassName
 {
   color: #ACC40A;
 }
 .AnyTagClassName
 {
   color: #ACC40A;
 }
</style>
background-color css

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

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

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

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

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

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