Html Css Color HEX #ADC004 La Rioja

📋 copy color: '#ADC004'

red 173 ◦ green 192 ◦ blue 4

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

Shades of La Rioja #ADC004

Tints of La Rioja #ADC004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 46.88%
G = 52.03%
B = 1.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#ADC004 (or 0xADC004) is known color: La Rioja. HEX triplet: AD, C0 and 04. RGB value is (173,192,4). Sum of RGB (Red+Green+Blue) = 173+192+4=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC004 is #523FFB. Grayscale: #A5A5A5. Windows color (decimal): -5390332 or 311469. OLE color: 311469.

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

Color convert

RGB 173 192 4 -
CMYK 0.10 0 0.98 0.25
HSL 66.06º 0.96% 0.38% -
HSV(B) 66.06º 0.98% 0.75% -
XYZ 36.11 46.59 7.21 -
YUV 164.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 173 192 4 0.10 0 0.98 0.25 66.06 0.96 0.38
Hex AD C0 4 A 0 62 19 42 60 26
Octal 255 300 4 12 0 142 31 102 140 46
Binary 10101101 11000000 100 1010 0 1100010 11001 1000010 1100000 100110

Color Harmonies of #ADC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC004

Black with #ADC004

Text Example


Text Example

White with #ADC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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