Html Css Color HEX #ADC20C La Rioja

📋 copy color: '#ADC20C'

red 173 ◦ green 194 ◦ blue 12

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

Shades of La Rioja #ADC20C

Tints of La Rioja #ADC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 45.65%
G = 51.19%
B = 3.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#ADC20C (or 0xADC20C) is known color: La Rioja. HEX triplet: AD, C2 and 0C. RGB value is (173,194,12). Sum of RGB (Red+Green+Blue) = 173+194+12=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC20C is #523DF3. Grayscale: #A7A7A7. Windows color (decimal): -5389812 or 836269. OLE color: 836269.

HSL color Cylindrical-coordinate representation of color #ADC20C: hue angle of 66.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC20C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 12 -
CMYK 0.11 0 0.94 0.24
HSL 66.92º 0.88% 0.4% -
HSV(B) 66.92º 0.94% 0.76% -
XYZ 36.59 47.49 7.59 -
YUV 166.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 173 194 12 0.11 0 0.94 0.24 66.92 0.88 0.4
Hex AD C2 C B 0 5E 18 43 58 28
Octal 255 302 14 13 0 136 30 103 130 50
Binary 10101101 11000010 1100 1011 0 1011110 11000 1000011 1011000 101000

Color Harmonies of #ADC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC20C

Black with #ADC20C

Text Example


Text Example

White with #ADC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC20C; }

 p { color: rgb(173,194,12); }

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

background-color css

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

 a { background-color: rgb(173,194,12); }

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

border-color css

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

 span { border-color: rgb(173,194,12); }

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