Html Css Color HEX #ADCD03 La Rioja

📋 copy color: '#ADCD03'

red 173 ◦ green 205 ◦ blue 3

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

Shades of La Rioja #ADCD03

Tints of La Rioja #ADCD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 45.41%
G = 53.81%
B = 0.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#ADCD03 (or 0xADCD03) is known color: La Rioja. HEX triplet: AD, CD and 03. RGB value is (173,205,3). Sum of RGB (Red+Green+Blue) = 173+205+3=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD03 is #5232FC. Grayscale: #ADADAD. Windows color (decimal): -5387005 or 249261. OLE color: 249261.

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

Color convert

RGB 173 205 3 -
CMYK 0.16 0 0.99 0.20
HSL 69.5º 0.97% 0.41% -
HSV(B) 69.5º 0.99% 0.8% -
XYZ 39.08 52.55 8.17 -
YUV 172.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 173 205 3 0.16 0 0.99 0.20 69.5 0.97 0.41
Hex AD CD 3 10 0 63 14 46 61 29
Octal 255 315 3 20 0 143 24 106 141 51
Binary 10101101 11001101 11 10000 0 1100011 10100 1000110 1100001 101001

Color Harmonies of #ADCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD03

Black with #ADCD03

Text Example


Text Example

White with #ADCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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