Html Css Color HEX #ADC00D La Rioja

📋 copy color: '#ADC00D'

red 173 ◦ green 192 ◦ blue 13

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

Shades of La Rioja #ADC00D

Tints of La Rioja #ADC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

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

R = 45.77%
G = 50.79%
B = 3.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ADC00D (or 0xADC00D) is known color: La Rioja. HEX triplet: AD, C0 and 0D. RGB value is (173,192,13). Sum of RGB (Red+Green+Blue) = 173+192+13=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC00D is #523FF2. Grayscale: #A6A6A6. Windows color (decimal): -5390323 or 901293. OLE color: 901293.

HSL color Cylindrical-coordinate representation of color #ADC00D: hue angle of 66.37º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC00D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 13 -
CMYK 0.10 0 0.93 0.25
HSL 66.37º 0.87% 0.4% -
HSV(B) 66.37º 0.93% 0.75% -
XYZ 36.16 46.61 7.47 -
YUV 165.91 41.71 133.05 -
System Red Green Blue C M Y K H S L
Decimal 173 192 13 0.10 0 0.93 0.25 66.37 0.87 0.4
Hex AD C0 D A 0 5D 19 42 57 28
Octal 255 300 15 12 0 135 31 102 127 50
Binary 10101101 11000000 1101 1010 0 1011101 11001 1000010 1010111 101000

Color Harmonies of #ADC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC00D

Black with #ADC00D

Text Example


Text Example

White with #ADC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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