Html Css Color HEX #ADC600 La Rioja

📋 copy color: '#ADC600'

red 173 ◦ green 198 ◦ blue 0

#ADC600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #ADC600

Tints of La Rioja #ADC600

RGB

 RED value IS 173 (67.97% from 255) = 46.63%

 GREEN value IS 198 (77.73% from 255) = 53.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.63%
G = 53.37%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#ADC600 (or 0xADC600) is known color: La Rioja. HEX triplet: AD, C6 and 00. RGB value is (173,198,0). Sum of RGB (Red+Green+Blue) = 173+198+0=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC600 is #5239FF. Grayscale: #A8A8A8. Windows color (decimal): -5388800 or 50861. OLE color: 50861.

HSL color Cylindrical-coordinate representation of color #ADC600: hue angle of 67.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADC600 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 0 -
CMYK 0.13 0 1 0.22
HSL 67.58º 1% 0.39% -
HSV(B) 67.58º 1% 0.78% -
XYZ 37.43 49.27 7.54 -
YUV 167.95 33.22 131.6 -
System Red Green Blue C M Y K H S L
Decimal 173 198 0 0.13 0 1 0.22 67.58 1 0.39
Hex AD C6 0 D 0 64 16 44 64 27
Octal 255 306 0 15 0 144 26 104 144 47
Binary 10101101 11000110 0 1101 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #ADC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC600

Black with #ADC600

Text Example


Text Example

White with #ADC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC600; }

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

 H1.HeaderClassName
 {
   color: #ADC600;
 }
 .AnyTagClassName
 {
   color: #ADC600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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