Html Css Color HEX #ADC30D La Rioja

📋 copy color: '#ADC30D'

red 173 ◦ green 195 ◦ blue 13

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

Shades of La Rioja #ADC30D

Tints of La Rioja #ADC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 45.41%
G = 51.18%
B = 3.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#ADC30D (or 0xADC30D) is known color: La Rioja. HEX triplet: AD, C3 and 0D. RGB value is (173,195,13). Sum of RGB (Red+Green+Blue) = 173+195+13=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC30D is #523CF2. Grayscale: #A8A8A8. Windows color (decimal): -5389555 or 902061. OLE color: 902061.

HSL color Cylindrical-coordinate representation of color #ADC30D: hue angle of 67.25º degrees, saturation: 0.88, 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 #ADC30D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 13 -
CMYK 0.11 0 0.93 0.24
HSL 67.25º 0.88% 0.41% -
HSV(B) 67.25º 0.93% 0.76% -
XYZ 36.82 47.94 7.69 -
YUV 167.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 173 195 13 0.11 0 0.93 0.24 67.25 0.88 0.41
Hex AD C3 D B 0 5D 18 43 58 29
Octal 255 303 15 13 0 135 30 103 130 51
Binary 10101101 11000011 1101 1011 0 1011101 11000 1000011 1011000 101001

Color Harmonies of #ADC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC30D

Black with #ADC30D

Text Example


Text Example

White with #ADC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC30D; }

 p { color: rgb(173,195,13); }

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

background-color css

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

 a { background-color: rgb(173,195,13); }

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

border-color css

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

 span { border-color: rgb(173,195,13); }

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