Html Css Color HEX #ADC101 La Rioja

📋 copy color: '#ADC101'

red 173 ◦ green 193 ◦ blue 1

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

Shades of La Rioja #ADC101

Tints of La Rioja #ADC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.59%

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

R = 47.14%
G = 52.59%
B = 0.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ADC101 (or 0xADC101) is known color: La Rioja. HEX triplet: AD, C1 and 01. RGB value is (173,193,1). Sum of RGB (Red+Green+Blue) = 173+193+1=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC101 is #523EFE. Grayscale: #A5A5A5. Windows color (decimal): -5390079 or 115117. OLE color: 115117.

HSL color Cylindrical-coordinate representation of color #ADC101: hue angle of 66.25º 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 #ADC101 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 1 -
CMYK 0.10 0 0.99 0.24
HSL 66.25º 0.99% 0.38% -
HSV(B) 66.25º 0.99% 0.76% -
XYZ 36.31 47.03 7.19 -
YUV 165.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 173 193 1 0.10 0 0.99 0.24 66.25 0.99 0.38
Hex AD C1 1 A 0 63 18 42 63 26
Octal 255 301 1 12 0 143 30 102 143 46
Binary 10101101 11000001 1 1010 0 1100011 11000 1000010 1100011 100110

Color Harmonies of #ADC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC101

Black with #ADC101

Text Example


Text Example

White with #ADC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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