Html Css Color HEX #ADCD01 La Rioja

📋 copy color: '#ADCD01'

red 173 ◦ green 205 ◦ blue 1

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

Shades of La Rioja #ADCD01

Tints of La Rioja #ADCD01

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.09%

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

R = 45.65%
G = 54.09%
B = 0.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#ADCD01 (or 0xADCD01) is known color: La Rioja. HEX triplet: AD, CD and 01. RGB value is (173,205,1). Sum of RGB (Red+Green+Blue) = 173+205+1=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD01 is #5232FE. Grayscale: #ACACAC. Windows color (decimal): -5387007 or 118189. OLE color: 118189.

HSL color Cylindrical-coordinate representation of color #ADCD01: hue angle of 69.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADCD01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 1 -
CMYK 0.16 0 1.00 0.20
HSL 69.41º 0.99% 0.4% -
HSV(B) 69.41º 1% 0.8% -
XYZ 39.07 52.55 8.11 -
YUV 172.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 173 205 1 0.16 0 1.00 0.20 69.41 0.99 0.4
Hex AD CD 1 10 0 64 14 45 63 28
Octal 255 315 1 20 0 144 24 105 143 50
Binary 10101101 11001101 1 10000 0 1100100 10100 1000101 1100011 101000

Color Harmonies of #ADCD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD01

Black with #ADCD01

Text Example


Text Example

White with #ADCD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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