#ADCC00

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

Shades of La Rioja #ADCC00

Tints of La Rioja #ADCC00

Color information

#ADCC00 (or 0xADCC00) is unknown color: approx La Rioja. HEX triplet: AD, CC and 00. RGB value is (173,204,0). Sum of RGB (Red+Green+Blue) = 173+204+0=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC00 is #5233FF. Grayscale: #ACACAC. Windows color (decimal): -5387264 or 52397. OLE color: 52397.

HSL color Cylindrical-coordinate representation of color #ADCC00: hue angle of 69.12º 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 #ADCC00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB1732040-
CMYK0.15010.2
HSL69.12º100%40%-
HSV(B)69.12º100%80%-
XYZ38.8352.078-
YUV171.4831.23129.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.89%
G=54.11%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17320400.15010.269.1210040
HexADCC0F06414456428
Octal25531401701442410514450
Binary101011011100110001111011001001010010001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC00; }

 p { color: rgb(173,204,0); }

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

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

 a { background-color: rgb(173,204,0); }

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

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

 span { border-color: rgb(173,204,0); }

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