#ACC407

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

Shades of La Rioja #ACC407

Tints of La Rioja #ACC407

Color information

#ACC407 (or 0xACC407) is unknown color: approx La Rioja. HEX triplet: AC, C4 and 07. RGB value is (172,196,7). Sum of RGB (Red+Green+Blue) = 172+196+7=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC407 is #533BF8. Grayscale: #A8A8A8. Windows color (decimal): -5454841 or 509100. OLE color: 509100.

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

Color convert

RGB1721967-
CMYK0.1200.960.23
HSL67.62º93.1%39.8%-
HSV(B)67.62º96.43%76.86%-
XYZ36.7948.277.58-
YUV167.2837.55131.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 7 (3.12% from 255) = 1.87%
R=45.87%
G=52.27%
B=1.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17219670.1200.960.2367.6293.139.8
HexACC47C06017445d28
Octal25430471401402710413550
Binary10101100110001001111100011000001011110001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC407; }

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

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

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

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

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

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

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

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