Html Css Color HEX #ADC10A La Rioja

📋 copy color: '#ADC10A'

red 173 ◦ green 193 ◦ blue 10

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

Shades of La Rioja #ADC10A

Tints of La Rioja #ADC10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 46.01%
G = 51.33%
B = 2.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#ADC10A (or 0xADC10A) is known color: La Rioja. HEX triplet: AD, C1 and 0A. RGB value is (173,193,10). Sum of RGB (Red+Green+Blue) = 173+193+10=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC10A is #523EF5. Grayscale: #A6A6A6. Windows color (decimal): -5390070 or 704941. OLE color: 704941.

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

Color convert

RGB 173 193 10 -
CMYK 0.10 0 0.95 0.24
HSL 66.56º 0.9% 0.4% -
HSV(B) 66.56º 0.95% 0.76% -
XYZ 36.36 47.05 7.45 -
YUV 166.16 39.87 132.88 -
System Red Green Blue C M Y K H S L
Decimal 173 193 10 0.10 0 0.95 0.24 66.56 0.9 0.4
Hex AD C1 A A 0 5F 18 43 5A 28
Octal 255 301 12 12 0 137 30 103 132 50
Binary 10101101 11000001 1010 1010 0 1011111 11000 1000011 1011010 101000

Color Harmonies of #ADC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC10A

Black with #ADC10A

Text Example


Text Example

White with #ADC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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