Html Css Color HEX #ADC105 La Rioja

📋 copy color: '#ADC105'

red 173 ◦ green 193 ◦ blue 5

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

Shades of La Rioja #ADC105

Tints of La Rioja #ADC105

RGB

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

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

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

R = 46.63%
G = 52.02%
B = 1.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#ADC105 (or 0xADC105) is known color: La Rioja. HEX triplet: AD, C1 and 05. RGB value is (173,193,5). Sum of RGB (Red+Green+Blue) = 173+193+5=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC105 is #523EFA. Grayscale: #A6A6A6. Windows color (decimal): -5390075 or 377261. OLE color: 377261.

HSL color Cylindrical-coordinate representation of color #ADC105: hue angle of 66.38º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADC105 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 5 -
CMYK 0.10 0 0.97 0.24
HSL 66.38º 0.95% 0.39% -
HSV(B) 66.38º 0.97% 0.76% -
XYZ 36.33 47.04 7.31 -
YUV 165.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 173 193 5 0.10 0 0.97 0.24 66.38 0.95 0.39
Hex AD C1 5 A 0 61 18 42 5F 27
Octal 255 301 5 12 0 141 30 102 137 47
Binary 10101101 11000001 101 1010 0 1100001 11000 1000010 1011111 100111

Color Harmonies of #ADC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC105

Black with #ADC105

Text Example


Text Example

White with #ADC105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC105; }

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

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

background-color css

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

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

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

border-color css

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

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

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