Html Css Color HEX #ADC006 La Rioja

📋 copy color: '#ADC006'

red 173 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #ADC006

Tints of La Rioja #ADC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 46.63%
G = 51.75%
B = 1.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#ADC006 (or 0xADC006) is known color: La Rioja. HEX triplet: AD, C0 and 06. RGB value is (173,192,6). Sum of RGB (Red+Green+Blue) = 173+192+6=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC006 is #523FF9. Grayscale: #A5A5A5. Windows color (decimal): -5390330 or 442541. OLE color: 442541.

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

Color convert

RGB 173 192 6 -
CMYK 0.10 0 0.97 0.25
HSL 66.13º 0.94% 0.39% -
HSV(B) 66.13º 0.97% 0.75% -
XYZ 36.12 46.6 7.26 -
YUV 165.12 38.21 133.62 -
System Red Green Blue C M Y K H S L
Decimal 173 192 6 0.10 0 0.97 0.25 66.13 0.94 0.39
Hex AD C0 6 A 0 61 19 42 5E 27
Octal 255 300 6 12 0 141 31 102 136 47
Binary 10101101 11000000 110 1010 0 1100001 11001 1000010 1011110 100111

Color Harmonies of #ADC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC006

Black with #ADC006

Text Example


Text Example

White with #ADC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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