Html Css Color HEX #ADC505 La Rioja

📋 copy color: '#ADC505'

red 173 ◦ green 197 ◦ blue 5

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

Shades of La Rioja #ADC505

Tints of La Rioja #ADC505

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.53%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 46.13%
G = 52.53%
B = 1.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#ADC505 (or 0xADC505) is known color: La Rioja. HEX triplet: AD, C5 and 05. RGB value is (173,197,5). Sum of RGB (Red+Green+Blue) = 173+197+5=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC505 is #523AFA. Grayscale: #A8A8A8. Windows color (decimal): -5389051 or 378285. OLE color: 378285.

HSL color Cylindrical-coordinate representation of color #ADC505: hue angle of 67.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADC505 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 5 -
CMYK 0.12 0 0.97 0.23
HSL 67.5º 0.95% 0.4% -
HSV(B) 67.5º 0.97% 0.77% -
XYZ 37.23 48.83 7.61 -
YUV 167.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 173 197 5 0.12 0 0.97 0.23 67.5 0.95 0.4
Hex AD C5 5 C 0 61 17 44 5F 28
Octal 255 305 5 14 0 141 27 104 137 50
Binary 10101101 11000101 101 1100 0 1100001 10111 1000100 1011111 101000

Color Harmonies of #ADC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC505

Black with #ADC505

Text Example


Text Example

White with #ADC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC505; }

 p { color: rgb(173,197,5); }

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

background-color css

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

 a { background-color: rgb(173,197,5); }

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

border-color css

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

 span { border-color: rgb(173,197,5); }

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