#ADC007

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

Shades of La Rioja #ADC007

Tints of La Rioja #ADC007

Color information

#ADC007 (or 0xADC007) is unknown color: approx La Rioja. HEX triplet: AD, C0 and 07. RGB value is (173,192,7). Sum of RGB (Red+Green+Blue) = 173+192+7=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC007 is #523FF8. Grayscale: #A5A5A5. Windows color (decimal): -5390329 or 508077. OLE color: 508077.

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

Color convert

RGB1731927-
CMYK0.1000.960.25
HSL66.16º92.96%39.02%-
HSV(B)66.16º96.35%75.29%-
XYZ36.1246.67.29-
YUV165.2338.71133.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 192 (75.39% from 255) = 51.61%
BLUE value IS 7 (3.12% from 255) = 1.88%
R=46.51%
G=51.61%
B=1.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17319270.1000.960.2566.1692.9639.02
HexADC07A06019425d27
Octal25530071201403110213547
Binary10101101110000001111010011000001100110000101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC007; }

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

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

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

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

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

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

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

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