Html Css Color HEX #ADC707 La Rioja

📋 copy color: '#ADC707'

red 173 ◦ green 199 ◦ blue 7

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

Shades of La Rioja #ADC707

Tints of La Rioja #ADC707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.51%

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 45.65%
G = 52.51%
B = 1.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#ADC707 (or 0xADC707) is known color: La Rioja. HEX triplet: AD, C7 and 07. RGB value is (173,199,7). Sum of RGB (Red+Green+Blue) = 173+199+7=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC707 is #5238F8. Grayscale: #AAAAAA. Windows color (decimal): -5388537 or 509869. OLE color: 509869.

HSL color Cylindrical-coordinate representation of color #ADC707: hue angle of 68.13º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADC707 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 7 -
CMYK 0.13 0 0.96 0.22
HSL 68.13º 0.93% 0.4% -
HSV(B) 68.13º 0.96% 0.78% -
XYZ 37.7 49.75 7.82 -
YUV 169.34 36.39 130.61 -
System Red Green Blue C M Y K H S L
Decimal 173 199 7 0.13 0 0.96 0.22 68.13 0.93 0.4
Hex AD C7 7 D 0 60 16 44 5D 28
Octal 255 307 7 15 0 140 26 104 135 50
Binary 10101101 11000111 111 1101 0 1100000 10110 1000100 1011101 101000

Color Harmonies of #ADC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC707

Black with #ADC707

Text Example


Text Example

White with #ADC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC707; }

 p { color: rgb(173,199,7); }

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

background-color css

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

 a { background-color: rgb(173,199,7); }

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

border-color css

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

 span { border-color: rgb(173,199,7); }

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