Html Css Color HEX #ADC50A La Rioja

📋 copy color: '#ADC50A'

red 173 ◦ green 197 ◦ blue 10

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

Shades of La Rioja #ADC50A

Tints of La Rioja #ADC50A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.84%

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

R = 45.53%
G = 51.84%
B = 2.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#ADC50A (or 0xADC50A) is known color: La Rioja. HEX triplet: AD, C5 and 0A. RGB value is (173,197,10). Sum of RGB (Red+Green+Blue) = 173+197+10=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC50A is #523AF5. Grayscale: #A9A9A9. Windows color (decimal): -5389046 or 705965. OLE color: 705965.

HSL color Cylindrical-coordinate representation of color #ADC50A: hue angle of 67.7º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADC50A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 10 -
CMYK 0.12 0 0.95 0.23
HSL 67.7º 0.9% 0.41% -
HSV(B) 67.7º 0.95% 0.77% -
XYZ 37.25 48.84 7.75 -
YUV 168.51 38.55 131.21 -
System Red Green Blue C M Y K H S L
Decimal 173 197 10 0.12 0 0.95 0.23 67.7 0.9 0.41
Hex AD C5 A C 0 5F 17 44 5A 29
Octal 255 305 12 14 0 137 27 104 132 51
Binary 10101101 11000101 1010 1100 0 1011111 10111 1000100 1011010 101001

Color Harmonies of #ADC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC50A

Black with #ADC50A

Text Example


Text Example

White with #ADC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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