Html Css Color HEX #ADC700 La Rioja

📋 copy color: '#ADC700'

red 173 ◦ green 199 ◦ blue 0

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

Shades of La Rioja #ADC700

Tints of La Rioja #ADC700

RGB

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

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

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

R = 46.51%
G = 53.49%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#ADC700 (or 0xADC700) is known color: La Rioja. HEX triplet: AD, C7 and 00. RGB value is (173,199,0). Sum of RGB (Red+Green+Blue) = 173+199+0=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC700 is #5238FF. Grayscale: #A9A9A9. Windows color (decimal): -5388544 or 51117. OLE color: 51117.

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

Color convert

RGB 173 199 0 -
CMYK 0.13 0 1 0.22
HSL 67.84º 1% 0.39% -
HSV(B) 67.84º 1% 0.78% -
XYZ 37.66 49.73 7.61 -
YUV 168.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 173 199 0 0.13 0 1 0.22 67.84 1 0.39
Hex AD C7 0 D 0 64 16 44 64 27
Octal 255 307 0 15 0 144 26 104 144 47
Binary 10101101 11000111 0 1101 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #ADC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC700

Black with #ADC700

Text Example


Text Example

White with #ADC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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