Html Css Color HEX #ADCF06 La Rioja

📋 copy color: '#ADCF06'

red 173 ◦ green 207 ◦ blue 6

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

Shades of La Rioja #ADCF06

Tints of La Rioja #ADCF06

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.63%

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

R = 44.82%
G = 53.63%
B = 1.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#ADCF06 (or 0xADCF06) is known color: La Rioja. HEX triplet: AD, CF and 06. RGB value is (173,207,6). Sum of RGB (Red+Green+Blue) = 173+207+6=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF06 is #5230F9. Grayscale: #AEAEAE. Windows color (decimal): -5386490 or 446381. OLE color: 446381.

HSL color Cylindrical-coordinate representation of color #ADCF06: hue angle of 70.15º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADCF06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 6 -
CMYK 0.16 0 0.97 0.19
HSL 70.15º 0.94% 0.42% -
HSV(B) 70.15º 0.97% 0.81% -
XYZ 39.58 53.52 8.42 -
YUV 173.92 33.24 127.34 -
System Red Green Blue C M Y K H S L
Decimal 173 207 6 0.16 0 0.97 0.19 70.15 0.94 0.42
Hex AD CF 6 10 0 61 13 46 5E 2A
Octal 255 317 6 20 0 141 23 106 136 52
Binary 10101101 11001111 110 10000 0 1100001 10011 1000110 1011110 101010

Color Harmonies of #ADCF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF06

Black with #ADCF06

Text Example


Text Example

White with #ADCF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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