Html Css Color HEX #ADC100 La Rioja

📋 copy color: '#ADC100'

red 173 ◦ green 193 ◦ blue 0

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

Shades of La Rioja #ADC100

Tints of La Rioja #ADC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.73%

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

R = 47.27%
G = 52.73%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#ADC100 (or 0xADC100) is known color: La Rioja. HEX triplet: AD, C1 and 00. RGB value is (173,193,0). Sum of RGB (Red+Green+Blue) = 173+193+0=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC100 is #523EFF. Grayscale: #A5A5A5. Windows color (decimal): -5390080 or 49581. OLE color: 49581.

HSL color Cylindrical-coordinate representation of color #ADC100: hue angle of 66.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADC100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 0 -
CMYK 0.10 0 1 0.24
HSL 66.22º 1% 0.38% -
HSV(B) 66.22º 1% 0.76% -
XYZ 36.3 47.02 7.16 -
YUV 165.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 173 193 0 0.10 0 1 0.24 66.22 1 0.38
Hex AD C1 0 A 0 64 18 42 64 26
Octal 255 301 0 12 0 144 30 102 144 46
Binary 10101101 11000001 0 1010 0 1100100 11000 1000010 1100100 100110

Color Harmonies of #ADC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC100

Black with #ADC100

Text Example


Text Example

White with #ADC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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