Html Css Color HEX #ADC900 La Rioja

📋 copy color: '#ADC900'

red 173 ◦ green 201 ◦ blue 0

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

Shades of La Rioja #ADC900

Tints of La Rioja #ADC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.26%
G = 53.74%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#ADC900 (or 0xADC900) is known color: La Rioja. HEX triplet: AD, C9 and 00. RGB value is (173,201,0). Sum of RGB (Red+Green+Blue) = 173+201+0=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC900 is #5236FF. Grayscale: #AAAAAA. Windows color (decimal): -5388032 or 51629. OLE color: 51629.

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

Color convert

RGB 173 201 0 -
CMYK 0.14 0 1 0.21
HSL 68.36º 1% 0.39% -
HSV(B) 68.36º 1% 0.79% -
XYZ 38.12 50.66 7.77 -
YUV 169.71 32.22 130.34 -
System Red Green Blue C M Y K H S L
Decimal 173 201 0 0.14 0 1 0.21 68.36 1 0.39
Hex AD C9 0 E 0 64 15 44 64 27
Octal 255 311 0 16 0 144 25 104 144 47
Binary 10101101 11001001 0 1110 0 1100100 10101 1000100 1100100 100111

Color Harmonies of #ADC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC900

Black with #ADC900

Text Example


Text Example

White with #ADC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC900; }

 p { color: rgb(173,201,0); }

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

background-color css

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

 a { background-color: rgb(173,201,0); }

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

border-color css

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

 span { border-color: rgb(173,201,0); }

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