#ADC006

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

Shades of La Rioja #ADC006

Tints of La Rioja #ADC006

Color information

#ADC006 (or 0xADC006) is unknown color: approx La Rioja. HEX triplet: AD, C0 and 06. RGB value is (173,192,6). Sum of RGB (Red+Green+Blue) = 173+192+6=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC006 is #523FF9. Grayscale: #A5A5A5. Windows color (decimal): -5390330 or 442541. OLE color: 442541.

HSL color Cylindrical-coordinate representation of color #ADC006: hue angle of 66.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADC006 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1731926-
CMYK0.1000.970.25
HSL66.13º93.94%38.82%-
HSV(B)66.13º96.88%75.29%-
XYZ36.1246.67.26-
YUV165.1138.21133.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 192 (75.39% from 255) = 51.75%
BLUE value IS 6 (2.73% from 255) = 1.62%
R=46.63%
G=51.75%
B=1.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17319260.1000.970.2566.1393.9438.82
HexADC06A06119425e27
Octal25530061201413110213647
Binary10101101110000001101010011000011100110000101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC006; }

 p { color: rgb(173,192,6); }

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

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

 a { background-color: rgb(173,192,6); }

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

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

 span { border-color: rgb(173,192,6); }

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