Html Css Color HEX #ADC50D La Rioja

📋 copy color: '#ADC50D'

red 173 ◦ green 197 ◦ blue 13

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

Shades of La Rioja #ADC50D

Tints of La Rioja #ADC50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 45.17%
G = 51.44%
B = 3.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#ADC50D (or 0xADC50D) is known color: La Rioja. HEX triplet: AD, C5 and 0D. RGB value is (173,197,13). Sum of RGB (Red+Green+Blue) = 173+197+13=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC50D is #523AF2. Grayscale: #A9A9A9. Windows color (decimal): -5389043 or 902573. OLE color: 902573.

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

Color convert

RGB 173 197 13 -
CMYK 0.12 0 0.93 0.23
HSL 67.83º 0.88% 0.41% -
HSV(B) 67.83º 0.93% 0.77% -
XYZ 37.27 48.85 7.84 -
YUV 168.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 173 197 13 0.12 0 0.93 0.23 67.83 0.88 0.41
Hex AD C5 D C 0 5D 17 44 58 29
Octal 255 305 15 14 0 135 27 104 130 51
Binary 10101101 11000101 1101 1100 0 1011101 10111 1000100 1011000 101001

Color Harmonies of #ADC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC50D

Black with #ADC50D

Text Example


Text Example

White with #ADC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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