Html Css Color HEX #ADC201 La Rioja

📋 copy color: '#ADC201'

red 173 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #ADC201

Tints of La Rioja #ADC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 47.01%
G = 52.72%
B = 0.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ADC201 (or 0xADC201) is known color: La Rioja. HEX triplet: AD, C2 and 01. RGB value is (173,194,1). Sum of RGB (Red+Green+Blue) = 173+194+1=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC201 is #523DFE. Grayscale: #A6A6A6. Windows color (decimal): -5389823 or 115373. OLE color: 115373.

HSL color Cylindrical-coordinate representation of color #ADC201: hue angle of 66.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADC201 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 1 -
CMYK 0.11 0 0.99 0.24
HSL 66.53º 0.99% 0.38% -
HSV(B) 66.53º 0.99% 0.76% -
XYZ 36.53 47.47 7.27 -
YUV 165.72 35.04 133.19 -
System Red Green Blue C M Y K H S L
Decimal 173 194 1 0.11 0 0.99 0.24 66.53 0.99 0.38
Hex AD C2 1 B 0 63 18 43 63 26
Octal 255 302 1 13 0 143 30 103 143 46
Binary 10101101 11000010 1 1011 0 1100011 11000 1000011 1100011 100110

Color Harmonies of #ADC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC201

Black with #ADC201

Text Example


Text Example

White with #ADC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC201; }

 p { color: rgb(173,194,1); }

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

background-color css

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

 a { background-color: rgb(173,194,1); }

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

border-color css

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

 span { border-color: rgb(173,194,1); }

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