Html Css Color HEX #ADC70C La Rioja

📋 copy color: '#ADC70C'

red 173 ◦ green 199 ◦ blue 12

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

Shades of La Rioja #ADC70C

Tints of La Rioja #ADC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.82%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 45.05%
G = 51.82%
B = 3.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#ADC70C (or 0xADC70C) is known color: La Rioja. HEX triplet: AD, C7 and 0C. RGB value is (173,199,12). Sum of RGB (Red+Green+Blue) = 173+199+12=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC70C is #5238F3. Grayscale: #AAAAAA. Windows color (decimal): -5388532 or 837549. OLE color: 837549.

HSL color Cylindrical-coordinate representation of color #ADC70C: hue angle of 68.34º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADC70C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 12 -
CMYK 0.13 0 0.94 0.22
HSL 68.34º 0.89% 0.41% -
HSV(B) 68.34º 0.94% 0.78% -
XYZ 37.72 49.76 7.96 -
YUV 169.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 173 199 12 0.13 0 0.94 0.22 68.34 0.89 0.41
Hex AD C7 C D 0 5E 16 44 59 29
Octal 255 307 14 15 0 136 26 104 131 51
Binary 10101101 11000111 1100 1101 0 1011110 10110 1000100 1011001 101001

Color Harmonies of #ADC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC70C

Black with #ADC70C

Text Example


Text Example

White with #ADC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC70C; }

 p { color: rgb(173,199,12); }

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

background-color css

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

 a { background-color: rgb(173,199,12); }

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

border-color css

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

 span { border-color: rgb(173,199,12); }

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