Html Css Color HEX #ADC007 La Rioja

📋 copy color: '#ADC007'

red 173 ◦ green 192 ◦ blue 7

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

Shades of La Rioja #ADC007

Tints of La Rioja #ADC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

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

R = 46.51%
G = 51.61%
B = 1.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#ADC007 (or 0xADC007) is known color: La Rioja. HEX triplet: AD, C0 and 07. RGB value is (173,192,7). Sum of RGB (Red+Green+Blue) = 173+192+7=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC007 is #523FF8. Grayscale: #A5A5A5. Windows color (decimal): -5390329 or 508077. OLE color: 508077.

HSL color Cylindrical-coordinate representation of color #ADC007: hue angle of 66.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADC007 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 7 -
CMYK 0.10 0 0.96 0.25
HSL 66.16º 0.93% 0.39% -
HSV(B) 66.16º 0.96% 0.75% -
XYZ 36.12 46.6 7.29 -
YUV 165.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 173 192 7 0.10 0 0.96 0.25 66.16 0.93 0.39
Hex AD C0 7 A 0 60 19 42 5D 27
Octal 255 300 7 12 0 140 31 102 135 47
Binary 10101101 11000000 111 1010 0 1100000 11001 1000010 1011101 100111

Color Harmonies of #ADC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC007

Black with #ADC007

Text Example


Text Example

White with #ADC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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