Html Css Color HEX #ADC801 La Rioja

📋 copy color: '#ADC801'

red 173 ◦ green 200 ◦ blue 1

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

Shades of La Rioja #ADC801

Tints of La Rioja #ADC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.48%

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

R = 46.26%
G = 53.48%
B = 0.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#ADC801 (or 0xADC801) is known color: La Rioja. HEX triplet: AD, C8 and 01. RGB value is (173,200,1). Sum of RGB (Red+Green+Blue) = 173+200+1=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC801 is #5237FE. Grayscale: #AAAAAA. Windows color (decimal): -5388287 or 116909. OLE color: 116909.

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

Color convert

RGB 173 200 1 -
CMYK 0.14 0 1.00 0.22
HSL 68.14º 0.99% 0.39% -
HSV(B) 68.14º 1% 0.78% -
XYZ 37.89 50.19 7.72 -
YUV 169.24 33.05 130.68 -
System Red Green Blue C M Y K H S L
Decimal 173 200 1 0.14 0 1.00 0.22 68.14 0.99 0.39
Hex AD C8 1 E 0 64 16 44 63 27
Octal 255 310 1 16 0 144 26 104 143 47
Binary 10101101 11001000 1 1110 0 1100100 10110 1000100 1100011 100111

Color Harmonies of #ADC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC801

Black with #ADC801

Text Example


Text Example

White with #ADC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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