Html Css Color HEX #ADCD00 La Rioja

📋 copy color: '#ADCD00'

red 173 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #ADCD00

Tints of La Rioja #ADCD00

RGB

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

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

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

R = 45.77%
G = 54.23%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#ADCD00 (or 0xADCD00) is known color: La Rioja. HEX triplet: AD, CD and 00. RGB value is (173,205,0). Sum of RGB (Red+Green+Blue) = 173+205+0=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD00 is #5232FF. Grayscale: #ACACAC. Windows color (decimal): -5387008 or 52653. OLE color: 52653.

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

Color convert

RGB 173 205 0 -
CMYK 0.16 0 1 0.20
HSL 69.37º 1% 0.4% -
HSV(B) 69.37º 1% 0.8% -
XYZ 39.06 52.55 8.08 -
YUV 172.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 173 205 0 0.16 0 1 0.20 69.37 1 0.4
Hex AD CD 0 10 0 64 14 45 64 28
Octal 255 315 0 20 0 144 24 105 144 50
Binary 10101101 11001101 0 10000 0 1100100 10100 1000101 1100100 101000

Color Harmonies of #ADCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD00

Black with #ADCD00

Text Example


Text Example

White with #ADCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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