Html Css Color HEX #ADC10E La Rioja

📋 copy color: '#ADC10E'

red 173 ◦ green 193 ◦ blue 14

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

Shades of La Rioja #ADC10E

Tints of La Rioja #ADC10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 45.53%
G = 50.79%
B = 3.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ADC10E (or 0xADC10E) is known color: La Rioja. HEX triplet: AD, C1 and 0E. RGB value is (173,193,14). Sum of RGB (Red+Green+Blue) = 173+193+14=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC10E is #523EF1. Grayscale: #A7A7A7. Windows color (decimal): -5390066 or 967085. OLE color: 967085.

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

Color convert

RGB 173 193 14 -
CMYK 0.10 0 0.93 0.24
HSL 66.7º 0.86% 0.41% -
HSV(B) 66.7º 0.93% 0.76% -
XYZ 36.38 47.06 7.58 -
YUV 166.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 173 193 14 0.10 0 0.93 0.24 66.7 0.86 0.41
Hex AD C1 E A 0 5D 18 43 56 29
Octal 255 301 16 12 0 135 30 103 126 51
Binary 10101101 11000001 1110 1010 0 1011101 11000 1000011 1010110 101001

Color Harmonies of #ADC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC10E

Black with #ADC10E

Text Example


Text Example

White with #ADC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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