#ACCD00

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

Shades of La Rioja #ACCD00

Tints of La Rioja #ACCD00

Color information

#ACCD00 (or 0xACCD00) is unknown color: approx La Rioja. HEX triplet: AC, CD and 00. RGB value is (172,205,0). Sum of RGB (Red+Green+Blue) = 172+205+0=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD00 is #5332FF. Grayscale: #ACACAC. Windows color (decimal): -5452544 or 52652. OLE color: 52652.

HSL color Cylindrical-coordinate representation of color #ACCD00: hue angle of 69.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACCD00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB1722050-
CMYK0.16010.20
HSL69.66º100%40.2%-
HSV(B)69.66º100%80.39%-
XYZ38.8452.438.07-
YUV171.7631.07128.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 205 (80.47% from 255) = 54.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.62%
G=54.38%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal17220500.16010.2069.6610040.2
HexACCD01006414466428
Octal25431502001442410614450
Binary1010110011001101010000011001001010010001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD00; }

 p { color: rgb(172,205,0); }

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

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

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

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

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

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

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