Html Css Color HEX #ADC701 La Rioja

📋 copy color: '#ADC701'

red 173 ◦ green 199 ◦ blue 1

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

Shades of La Rioja #ADC701

Tints of La Rioja #ADC701

RGB

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

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

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

R = 46.38%
G = 53.35%
B = 0.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#ADC701 (or 0xADC701) is known color: La Rioja. HEX triplet: AD, C7 and 01. RGB value is (173,199,1). Sum of RGB (Red+Green+Blue) = 173+199+1=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC701 is #5238FE. Grayscale: #A9A9A9. Windows color (decimal): -5388543 or 116653. OLE color: 116653.

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

Color convert

RGB 173 199 1 -
CMYK 0.13 0 0.99 0.22
HSL 67.88º 0.99% 0.39% -
HSV(B) 67.88º 0.99% 0.78% -
XYZ 37.66 49.73 7.64 -
YUV 168.65 33.39 131.1 -
System Red Green Blue C M Y K H S L
Decimal 173 199 1 0.13 0 0.99 0.22 67.88 0.99 0.39
Hex AD C7 1 D 0 63 16 44 63 27
Octal 255 307 1 15 0 143 26 104 143 47
Binary 10101101 11000111 1 1101 0 1100011 10110 1000100 1100011 100111

Color Harmonies of #ADC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC701

Black with #ADC701

Text Example


Text Example

White with #ADC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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